mirror of
https://github.com/Atmosphere-NX/Atmosphere-libs.git
synced 2025-08-07 16:09:28 +02:00
fs: correct retry loop again
This commit is contained in:
parent
a8cc9c6d6f
commit
d58aaede93
@ -71,6 +71,7 @@ namespace ams::fs {
|
||||
R_CATCH(fs::ResultSystemPartitionNotReady) {
|
||||
if (i < MaxRetries - 1) {
|
||||
os::SleepThread(RetryInterval);
|
||||
continue;
|
||||
} else {
|
||||
return fs::ResultSystemPartitionNotReady();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user