fs: update IndirectStorage for 10.x, bugfixes
This commit is contained in:
@@ -133,7 +133,7 @@ namespace ams::fssystem {
|
||||
|
||||
virtual Result GetSize(s64 *out) override {
|
||||
AMS_ASSERT(out != nullptr);
|
||||
*out = this->table.GetSize();
|
||||
*out = this->table.GetEnd();
|
||||
return ResultSuccess();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user