SPU: Ignore manually set loop address only on first block

Fixes occasional missing dialogue in Valkyrie Profile.
This commit is contained in:
Connor McLaughlin
2020-12-06 00:31:07 +10:00
parent d7bd21c06d
commit a90c25d0e7
3 changed files with 21 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 = 46;
static constexpr u32 SAVE_STATE_VERSION = 47;
static constexpr u32 SAVE_STATE_MINIMUM_VERSION = 42;
static_assert(SAVE_STATE_VERSION >= SAVE_STATE_MINIMUM_VERSION);