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-10 22:17:45 -05:00
parent 346c6291df
commit 9121887ae4
6 changed files with 53 additions and 8 deletions

View file

@ -100,7 +100,7 @@ public:
std::vector<u8> GetRawBytes() const;
private:
RawNACP raw;
RawNACP raw{};
};
} // namespace FileSys