AnalogController: Simulate status byte toggling

This commit is contained in:
Albert Liu
2021-04-14 01:13:34 -07:00
parent ab496ef8fe
commit 3273ca36ef
3 changed files with 28 additions and 23 deletions

View File

@ -2,7 +2,7 @@
#include "types.h"
static constexpr u32 SAVE_STATE_MAGIC = 0x43435544;
static constexpr u32 SAVE_STATE_VERSION = 54;
static constexpr u32 SAVE_STATE_VERSION = 55;
static constexpr u32 SAVE_STATE_MINIMUM_VERSION = 42;
static_assert(SAVE_STATE_VERSION >= SAVE_STATE_MINIMUM_VERSION);