diff --git a/stratosphere/fs_mitm/source/fsmitm_utils.cpp b/stratosphere/fs_mitm/source/fsmitm_utils.cpp index c1683eda9..2151e22ff 100644 --- a/stratosphere/fs_mitm/source/fsmitm_utils.cpp +++ b/stratosphere/fs_mitm/source/fsmitm_utils.cpp @@ -69,7 +69,7 @@ void Utils::InitializeSdThreadFunc(void *args) { /* Mount SD. */ while (R_FAILED(fsMountSdcard(&g_sd_filesystem))) { - svcSleepThread(1000ULL); + svcSleepThread(1000000ULL); } /* Back up CAL0, if it's not backed up already. */