SPU: Port reverb algorithm from Mednafen-PSX

This commit is contained in:
Connor McLaughlin
2020-04-25 00:37:02 +10:00
parent 6e6c11f8bf
commit 191c3450cc
3 changed files with 240 additions and 170 deletions

View File

@ -2,7 +2,7 @@
#include "types.h"
static constexpr u32 SAVE_STATE_MAGIC = 0x43435544;
static constexpr u32 SAVE_STATE_VERSION = 24;
static constexpr u32 SAVE_STATE_VERSION = 25;
#pragma pack(push, 4)
struct SAVE_STATE_HEADER