SPU: Process key on/off at next 44100hz cycle

Some games, particularly CART World Series and Monkey Hero, depend on
this behaviour.
This commit is contained in:
Connor McLaughlin
2020-03-24 00:21:32 +10:00
parent c8af4abad8
commit 4c2597acf3
3 changed files with 32 additions and 103 deletions

View File

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