delay savefile flush to the end of the frame

This commit is contained in:
RSDuck
2020-11-11 13:38:05 +01:00
parent 2720df9650
commit 62e3f41f20
3 changed files with 25 additions and 7 deletions

View File

@ -46,6 +46,9 @@ void DoSavestate(Savestate* file);
void DecryptSecureArea(u8* out);
bool LoadROM(const char* path, const char* sram, bool direct);
void FlushSRAMFile();
void RelocateSave(const char* path, bool write);
int ImportSRAM(const u8* data, u32 length);