fs: fix retry bug in OpenContentStorageFileSystem
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user