fs: fix retry bug in OpenContentStorageFileSystem

This commit is contained in:
Michael Scire 2020-07-20 13:18:32 -07:00
parent 762db93f4a
commit 9482fafabd
3 changed files with 9 additions and 8 deletions

View file

@ -145,8 +145,7 @@ namespace ams::fssystem {
break;
} else {
/* Sleep. */
/* TODO: os::SleepThread() */
svc::SleepThread(RetryWait.GetNanoSeconds());
os::SleepThread(RetryWait);
g_retry_count++;
}
}