SPU: Implement reverb

Possibly still not complete.
This commit is contained in:
Connor McLaughlin
2020-03-17 12:48:03 +10:00
parent c9e5e3a43e
commit b86e0bc846
3 changed files with 317 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 = 7;
static constexpr u32 SAVE_STATE_VERSION = 8;