diff --git a/injector/source/patcher.c b/injector/source/patcher.c index 02f9e3e..cd420fb 100644 --- a/injector/source/patcher.c +++ b/injector/source/patcher.c @@ -435,6 +435,7 @@ void patchCode(u64 progId, u8 *code, u32 size) verString = verStringSysEmu; } } + break; } } diff --git a/source/config.c b/source/config.c index 28bee96..983d0bd 100644 --- a/source/config.c +++ b/source/config.c @@ -111,7 +111,7 @@ void configMenu(bool oldPinStatus) "detected as a development unit (which\n" "breaks online features and allows\n" "booting some developer software).\n" - "'None' disables exception handlers\n" + "'Off' disables exception handlers\n" "in FIRM", #endif "If enabled SysNAND will be launched on\n"