CDROM: Delay the first CDDA report by one second

Needs hardware testing...
This commit is contained in:
Connor McLaughlin
2020-03-09 00:01:28 +10:00
parent 776159265a
commit e98c753d3d
3 changed files with 7 additions and 3 deletions

View File

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