am: Implement GetSaveDataSize and ExtendSaveData

These functions come in a pair and are needed by Smash Ultimate, Minecraft, and Skyrim, amongst others.
This commit is contained in:
Zach Hilman
2018-12-27 00:18:00 -05:00
parent 2e6b67a079
commit c643f364b4
6 changed files with 53 additions and 8 deletions
+1 -1
View File
@@ -100,7 +100,7 @@ public:
std::vector<u8> GetRawBytes() const;
private:
RawNACP raw;
RawNACP raw{};
};
} // namespace FileSys