mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06:00
Change copy_n to copy and update the save state version because I forgot.
This commit is contained in:
@ -70,8 +70,8 @@ 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 = 10;
|
||||
// Don't forget to increase this after doing changes on the savestate system
|
||||
static const u32 STATE_VERSION = 11;
|
||||
|
||||
struct StateHeader
|
||||
{
|
||||
|
Reference in New Issue
Block a user