Increase wait time for USB Storage

This commit is contained in:
Maschell 2022-01-17 01:29:01 +01:00
parent 88161f53c1
commit 148031782f
1 changed files with 1 additions and 1 deletions

View File

@ -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);