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

@ -37,8 +37,7 @@ namespace ams::fssystem::buffers {
}
R_TRY(on_failure());
/* TODO: os::SleepThread */
svc::SleepThread(impl::RetryWait.GetNanoSeconds());
os::SleepThread(impl::RetryWait);
continue;
}