Tweak default settings to allow nro replacement mods for smash (#956)
This commit is contained in:
@@ -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.
|
||||||
|
|||||||
@@ -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. */
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user