mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-23 16:45:47 +00:00
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:
parent
346c6291df
commit
9121887ae4
6 changed files with 53 additions and 8 deletions
|
@ -100,7 +100,7 @@ public:
|
|||
std::vector<u8> GetRawBytes() const;
|
||||
|
||||
private:
|
||||
RawNACP raw;
|
||||
RawNACP raw{};
|
||||
};
|
||||
|
||||
} // namespace FileSys
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue