GPU: Use correct clocks for NTSC region

Fixes sync drift in Bust-a-Move 1/2.
This commit is contained in:
Connor McLaughlin
2020-06-07 17:36:45 +10:00
parent abc627de9c
commit b4e45e865a
4 changed files with 76 additions and 17 deletions

View File

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