This commit is contained in:
RocketRobz 2020-03-17 19:15:26 -06:00
parent a513aca5c0
commit e33bb56b15

View File

@ -62,8 +62,8 @@ void ndsCardDump(void) {
printf ("\x1B[47m"); // Print foreground white color
printf("Dump NDS card ROM to\n");
printf("\"%s:/gm9i/out\"?\n", (sdMounted ? "sd" : "fat"));
printf("(<A> yes, <Y> trim, <B> no)\n");
printf("(<X> save only)");
printf("(<A> yes, <Y> trim, <B> no,\n");
printf(" <X> save only)");
consoleSelect(&topConsole);
printf ("\x1B[30m"); // Print black color