SPU: Fix some reverb registers not being saved to state

This commit is contained in:
Connor McLaughlin
2020-03-23 00:29:10 +10:00
parent d47a82d591
commit 7a89c787b8
2 changed files with 11 additions and 5 deletions

View File

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