AnalogController: Add analog toggle button

This commit is contained in:
Connor McLaughlin
2020-05-08 15:13:05 +10:00
parent 5b389ae13d
commit 95468901f2
4 changed files with 53 additions and 16 deletions

View File

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