CDROM: Implement SetSession command

This commit is contained in:
Connor McLaughlin
2020-03-07 15:10:19 +10:00
parent d0f420de10
commit c700913322
3 changed files with 76 additions and 20 deletions

View File

@@ -2,4 +2,4 @@
#include "types.h"
static constexpr u32 SAVE_STATE_MAGIC = 0x43435544;
static constexpr u32 SAVE_STATE_VERSION = 3;
static constexpr u32 SAVE_STATE_VERSION = 4;