mirror of
https://github.com/wiiu-env/AutobootModule.git
synced 2024-11-16 16:29:14 +01:00
Increase wait time for USB Storage
This commit is contained in:
parent
93ce6e97ac
commit
e19918e330
@ -106,7 +106,7 @@ void initExternalStorage() {
|
||||
int tries = 0;
|
||||
bool found = false;
|
||||
|
||||
while (tries < 600) {
|
||||
while (tries < 1200) { // Wait up to 20 seconds, like the Wii U Menu
|
||||
int32_t numItems = nn::spm::GetStorageList(items, 0x20);
|
||||
|
||||
DEBUG_FUNCTION_LINE("Number of items: %d", numItems);
|
||||
|
Loading…
Reference in New Issue
Block a user