mirror of
https://github.com/rvtr/GodMode9i.git
synced 2025-11-02 00:11:07 -04:00
Cut down delay on "Progress:" screen
This commit is contained in:
parent
d0093496b5
commit
7be67d45f9
@ -116,7 +116,7 @@ int fcopy(const char *sourcePath, const char *destinationPath)
|
||||
|
||||
printf ("\x1b[17;0H");
|
||||
printf ("%i/%i Bytes", (int)fsize, (int)fsize);
|
||||
for (int i = 0; i < 60; i++) swiWaitForVBlank();
|
||||
for (int i = 0; i < 30; i++) swiWaitForVBlank();
|
||||
|
||||
return 1;
|
||||
break;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user