fs: correct retry loop again
This commit is contained in:
@@ -71,6 +71,7 @@ namespace ams::fs {
|
||||
R_CATCH(fs::ResultSystemPartitionNotReady) {
|
||||
if (i < MaxRetries - 1) {
|
||||
os::SleepThread(RetryInterval);
|
||||
continue;
|
||||
} else {
|
||||
return fs::ResultSystemPartitionNotReady();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user