Skip to content

Commit 61f0c1a

Browse files
committed
Only reset system settings on region-changed JPN NANDs
1 parent 90507a1 commit 61f0c1a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

arm9/source/main.cpp

+3-1
Original file line numberDiff line numberDiff line change
@@ -363,7 +363,9 @@ int main( int argc, char **argv) {
363363
iprintf("\n");
364364
if ((cursorPosition == 0) && (optionCount > 2)) {
365365
iprintf(" Change the SDNAND region.\n");
366-
iprintf(" System settings will be reset.\n");
366+
if (regionChar == 'J') {
367+
iprintf(" System settings will be reset.\n");
368+
}
367369
iprintf(" \n");
368370
iprintf(" Original region: ");
369371
if (regionChar == 'J') {

0 commit comments

Comments
 (0)