System: Bump save state version

This commit is contained in:
Connor McLaughlin
2020-08-15 20:40:48 +10:00
parent 86799775ce
commit e0e76b881d
2 changed files with 2 additions and 1 deletions

View File

@ -2,7 +2,7 @@
#include "types.h"
static constexpr u32 SAVE_STATE_MAGIC = 0x43435544;
static constexpr u32 SAVE_STATE_VERSION = 39;
static constexpr u32 SAVE_STATE_VERSION = 40;
#pragma pack(push, 4)
struct SAVE_STATE_HEADER