We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b7e5b01 commit 30fb965Copy full SHA for 30fb965
arm9/source/main.cpp
@@ -364,6 +364,10 @@ int main( int argc, char **argv) {
364
if ((cursorPosition == 0) && (optionCount > 2)) {
365
iprintf(" Change the SDNAND region.\n");
366
iprintf(" \n");
367
+ iprintf(" Changing from the original\n");
368
+ iprintf(" will break apps such as DSi\n");
369
+ iprintf(" Shop and 3DS Transfer Tool.\n");
370
+ iprintf(" \n");
371
iprintf(" Original region: ");
372
if (regionChar == 'J') {
373
iprintf("JPN");
0 commit comments