CDROM: Don't delay CDDA report, only skip index 0

Fixes music in Advanced V.G.
This commit is contained in:
Connor McLaughlin
2020-05-16 00:27:05 +10:00
parent 14b2506d7d
commit e1157bff65
3 changed files with 2 additions and 6 deletions

View File

@@ -2,7 +2,7 @@
#include "types.h"
static constexpr u32 SAVE_STATE_MAGIC = 0x43435544;
static constexpr u32 SAVE_STATE_VERSION = 31;
static constexpr u32 SAVE_STATE_VERSION = 32;
#pragma pack(push, 4)
struct SAVE_STATE_HEADER