Change copy_n to copy and update the save state version because I forgot.

This commit is contained in:
Jordan Woyak
2013-02-01 23:27:49 -06:00
parent 11a4c92325
commit 15936cb995
2 changed files with 4 additions and 4 deletions

View File

@ -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
{