CDROM: Refactor start/stop/second response

This commit is contained in:
Connor McLaughlin
2021-06-12 13:16:49 +10:00
parent 9d36ce757d
commit 36bfc461f9
3 changed files with 247 additions and 190 deletions

View File

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