diff --git a/libraries/libstratosphere/source/fs/fs_content_storage.cpp b/libraries/libstratosphere/source/fs/fs_content_storage.cpp index f04f35a7f..3a0a7a717 100644 --- a/libraries/libstratosphere/source/fs/fs_content_storage.cpp +++ b/libraries/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(); }