Skip to content

Commit

Permalink
Add note for changing SDNAND region
Browse files Browse the repository at this point in the history
  • Loading branch information
RocketRobz committed Feb 1, 2025
1 parent 7307f25 commit 962d0a7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions arm9/source/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -364,6 +364,10 @@ int main( int argc, char **argv) {
if ((cursorPosition == 0) && (optionCount > 2)) {
iprintf(" Change the SDNAND region.\n");
iprintf(" \n");
iprintf(" This will break apps such as\n");
iprintf(" DSi Shop and 3DS Transfer\n");
iprintf(" Tool.\n");
iprintf(" \n");
iprintf(" Original region: ");
if (regionChar == 'J') {
iprintf("JPN");
Expand Down

0 comments on commit 962d0a7

Please sign in to comment.