SPU: Implement noise functionality

This commit is contained in:
Connor McLaughlin
2020-03-23 00:29:00 +10:00
parent 0a6295a9b4
commit d47a82d591
3 changed files with 73 additions and 19 deletions

View File

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