mirror of
https://github.com/rvtr/GodMode9i.git
synced 2025-11-02 00:11:07 -04:00
Bug fix
This commit is contained in:
parent
b45eac6c58
commit
da6ea4d0a1
@ -649,6 +649,7 @@ string browseForFile (void) {
|
|||||||
pressed = keysDown();
|
pressed = keysDown();
|
||||||
swiWaitForVBlank();
|
swiWaitForVBlank();
|
||||||
}
|
}
|
||||||
|
for (int i = 0; i < 15; i++) swiWaitForVBlank();
|
||||||
} else {
|
} else {
|
||||||
if (entry->isDirectory) {
|
if (entry->isDirectory) {
|
||||||
printf ("Deleting folder, please wait...");
|
printf ("Deleting folder, please wait...");
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user