diff --git a/arm9/source/main.cpp b/arm9/source/main.cpp index 5f27b34..0de17d2 100644 --- a/arm9/source/main.cpp +++ b/arm9/source/main.cpp @@ -477,9 +477,11 @@ int main( int argc, char **argv) { fwrite(&newRegion, 1, 1, f_hwinfoS); fclose(f_hwinfoS); } - // Reset system settings to work around touch inputs not working - remove("sd:/shared1/TWLCFG0.dat"); - remove("sd:/shared1/TWLCFG1.dat"); + if (regionChar == 'J') { + // Reset system settings to work around touch inputs not working + remove("sd:/shared1/TWLCFG0.dat"); + remove("sd:/shared1/TWLCFG1.dat"); + } } // Create dummy file