MemoryCard: Save FLAG to state

This commit is contained in:
Connor McLaughlin
2020-04-25 14:58:19 +10:00
parent 92255c8ddd
commit 25af5ef9d9
3 changed files with 4 additions and 3 deletions

View File

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