ams: use R_SUCCEED, R_THROW globally
This commit is contained in:
@@ -171,7 +171,7 @@ namespace ams::fssystem {
|
||||
R_SUCCEED();
|
||||
}
|
||||
default:
|
||||
return fs::ResultUnsupportedOperateRangeForIndirectStorage();
|
||||
R_THROW(fs::ResultUnsupportedOperateRangeForIndirectStorage());
|
||||
}
|
||||
|
||||
R_SUCCEED();
|
||||
|
||||
Reference in New Issue
Block a user