1
0
Fork 0
mirror of https://github.com/Atmosphere-NX/Atmosphere.git synced 2024-11-08 13:11:49 +00:00

Tweak default settings to allow nro replacement mods for smash (#956)

This commit is contained in:
jam1garner 2020-05-15 17:28:51 -04:00 committed by GitHub
parent c8e5461e3f
commit 9598da0a0b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -4,7 +4,7 @@
; Control whether RO should ease its validation of NROs. ; Control whether RO should ease its validation of NROs.
; (note: this is normally not necessary, and ips patches can be used.) ; (note: this is normally not necessary, and ips patches can be used.)
[ro] [ro]
; ease_nro_restriction = u8!0x0 ; ease_nro_restriction = u8!0x1
; Atmosphere custom settings ; Atmosphere custom settings
[atmosphere] [atmosphere]
; Reboot from fatal automatically after some number of milliseconds. ; Reboot from fatal automatically after some number of milliseconds.

View file

@ -313,7 +313,7 @@ namespace ams::settings::fwdbg {
/* Control whether RO should ease its validation of NROs. */ /* Control whether RO should ease its validation of NROs. */
/* (note: this is normally not necessary, and ips patches can be used.) */ /* (note: this is normally not necessary, and ips patches can be used.) */
R_ABORT_UNLESS(ParseSettingsItemValue("ro", "ease_nro_restriction", "u8!0x0")); R_ABORT_UNLESS(ParseSettingsItemValue("ro", "ease_nro_restriction", "u8!0x1"));
/* Atmosphere custom settings. */ /* Atmosphere custom settings. */