CDROM: Rework sector buffering behavior
This has not been tested on hardware yet, but fixes a couple of games.
This commit is contained in:
@ -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;
|
||||
|
||||
Reference in New Issue
Block a user