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
2 changed files with 2 additions and 2 deletions

View File

@@ -313,7 +313,7 @@ namespace ams::settings::fwdbg {
/* Control whether RO should ease its validation of NROs. */
/* (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. */