mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2024-11-10 06:01:52 +00:00
anti-telemetry: Do not boot Error Collection sysmodule
This commit is contained in:
parent
6eac78595e
commit
441e58be56
1 changed files with 1 additions and 1 deletions
|
@ -83,7 +83,7 @@ static const std::tuple<Boot2KnownTitleId, bool> g_additional_launch_programs[]
|
||||||
{Boot2KnownTitleId::btm, true}, /* btm */
|
{Boot2KnownTitleId::btm, true}, /* btm */
|
||||||
{Boot2KnownTitleId::eupld, false}, /* eupld */
|
{Boot2KnownTitleId::eupld, false}, /* eupld */
|
||||||
{Boot2KnownTitleId::glue, true}, /* glue */
|
{Boot2KnownTitleId::glue, true}, /* glue */
|
||||||
{Boot2KnownTitleId::eclct, true}, /* eclct */
|
/* {Boot2KnownTitleId::eclct, true}, */ /* eclct */ /* Skip launching error collection in Atmosphere to lessen telemetry. */
|
||||||
{Boot2KnownTitleId::npns, false}, /* npns */
|
{Boot2KnownTitleId::npns, false}, /* npns */
|
||||||
{Boot2KnownTitleId::fatal, true}, /* fatal */
|
{Boot2KnownTitleId::fatal, true}, /* fatal */
|
||||||
{Boot2KnownTitleId::ro, true}, /* ro */
|
{Boot2KnownTitleId::ro, true}, /* ro */
|
||||||
|
|
Loading…
Reference in a new issue