AnalogController: Save buttons and legacy rumble to state

This commit is contained in:
Albert Liu
2020-11-13 07:23:19 -08:00
parent 81a638cabb
commit 7ed0477a29
2 changed files with 4 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 = 43;
static constexpr u32 SAVE_STATE_VERSION = 44;
static constexpr u32 SAVE_STATE_MINIMUM_VERSION = 42;
#pragma pack(push, 4)