CDROM: Limit XA playback to first-identified file/channel

Fixes background music in initial menu of Tomb Raider III.
This commit is contained in:
Connor McLaughlin
2020-04-05 01:39:43 +10:00
parent cae2e09957
commit 45d7294c3c
3 changed files with 78 additions and 34 deletions

View File

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