diff --git a/libstratosphere/source/fs/fs_content_storage.cpp b/libstratosphere/source/fs/fs_content_storage.cpp index f04f35a7..3a0a7a71 100644 --- a/libstratosphere/source/fs/fs_content_storage.cpp +++ b/libstratosphere/source/fs/fs_content_storage.cpp @@ -71,6 +71,7 @@ namespace ams::fs { R_CATCH(fs::ResultSystemPartitionNotReady) { if (i < MaxRetries - 1) { os::SleepThread(RetryInterval); + continue; } else { return fs::ResultSystemPartitionNotReady(); }