CDROM: Rework sector buffering behavior

This has not been tested on hardware yet, but fixes a couple of games.
This commit is contained in:
Connor McLaughlin
2020-03-12 15:32:41 +10:00
parent 86eefbd5d7
commit e076526898
3 changed files with 68 additions and 36 deletions

View File

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