Skip to content

Commit

Permalink
Only reset system settings on region-changed JPN NANDs
Browse files Browse the repository at this point in the history
  • Loading branch information
RocketRobz committed Mar 31, 2024
1 parent 90507a1 commit 61f0c1a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion arm9/source/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -363,7 +363,9 @@ int main( int argc, char **argv) {
iprintf("\n");
if ((cursorPosition == 0) && (optionCount > 2)) {
iprintf(" Change the SDNAND region.\n");
iprintf(" System settings will be reset.\n");
if (regionChar == 'J') {
iprintf(" System settings will be reset.\n");
}
iprintf(" \n");
iprintf(" Original region: ");
if (regionChar == 'J') {
Expand Down

0 comments on commit 61f0c1a

Please sign in to comment.