mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-08-01 18:49:11 -06:00
make savestates work again
This commit is contained in:
@ -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();
|
||||
|
||||
|
Reference in New Issue
Block a user