fs.mitm: Hog less CPU time if SD card not inserted

This commit is contained in:
Michael Scire 2018-12-01 19:07:25 -08:00
parent 3fa973f430
commit bbed78149c

View file

@ -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. */