DigitalController: Store button state/transfer state in save states

This commit is contained in:
Connor McLaughlin
2020-04-26 01:18:15 +10:00
parent 2ffcad3d37
commit fccc2dd295
3 changed files with 20 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 = 26;
static constexpr u32 SAVE_STATE_VERSION = 27;
#pragma pack(push, 4)
struct SAVE_STATE_HEADER