mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-06-21 19:02:38 +02:00
fs: correct retry loop again
This commit is contained in:
parent
9482fafabd
commit
46bd03c06d
@ -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