strat: revise fs unsupported operation results, add overflow utils
This commit is contained in:
@@ -53,7 +53,7 @@ namespace ams::fssystem {
|
||||
|
||||
virtual Result SetSize(s64 size) override {
|
||||
AMS_UNUSED(size);
|
||||
return fs::ResultUnsupportedOperationInHierarchicalSha256StorageA();
|
||||
return fs::ResultUnsupportedSetSizeForHierarchicalSha256Storage();
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user