CDROM: Don't use valid bit for last subq, read on reset

Fixes GetlocP failing after resetting the system, causing some FMVs to
break/games to get wedged.
This commit is contained in:
Connor McLaughlin
2020-04-06 00:25:56 +10:00
parent b7cdaaf36a
commit 0c1547d9e3
3 changed files with 40 additions and 29 deletions

View File

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