make savestates work again

This commit is contained in:
Arisotura
2022-01-06 21:51:16 +01:00
parent ba71086a65
commit 004c13dc7e
13 changed files with 248 additions and 193 deletions

View File

@ -37,6 +37,9 @@ public:
SaveManager(std::string path);
~SaveManager();
std::string GetPath();
void SetPath(std::string path, bool reload);
void RequestFlush(const u8* savedata, u32 savelen, u32 writeoffset, u32 writelen);
void CheckFlush();