SPU: Stub out external volume registers

If nothing else, it'll avoid spamming the log.
This commit is contained in:
Connor McLaughlin
2020-03-24 00:22:02 +10:00
parent 7317c83a3c
commit 18cc3d5932
3 changed files with 30 additions and 1 deletions

View File

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