diff --git a/source/StorageUtils.cpp b/source/StorageUtils.cpp index fb4e50e..2e20636 100644 --- a/source/StorageUtils.cpp +++ b/source/StorageUtils.cpp @@ -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);