mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-03 11:38:49 -06:00
Rewrite raw memcard threading code. Intended to fix issue 7484.
EXI memcard code now doesn't know specifics of how data is flushed to whatever backing storage is used. GC raw memcard now flushes every 15 seconds if dirty, and on memcard destruction. GCI folder now flushes only on memcard destruction.
This commit is contained in:
@ -63,7 +63,7 @@ static Common::Event g_compressAndDumpStateSyncEvent;
|
||||
static std::thread g_save_thread;
|
||||
|
||||
// Don't forget to increase this after doing changes on the savestate system
|
||||
static const u32 STATE_VERSION = 30;
|
||||
static const u32 STATE_VERSION = 31;
|
||||
|
||||
enum
|
||||
{
|
||||
|
Reference in New Issue
Block a user