SPU: Add missing clamp in ADPCM decoder

This commit is contained in:
Connor McLaughlin
2020-04-28 17:55:43 +10:00
parent b16ecd7a86
commit be9033b6c0
4 changed files with 15 additions and 16 deletions

View File

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