SPU: Fix some registers not being saved to state

This commit is contained in:
Connor McLaughlin
2020-04-08 20:33:39 +10:00
parent 08567fedf4
commit 0006052728
3 changed files with 6 additions and 2 deletions

View File

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