From e18e3e55bbe96eb2e415ef0ba0ea743460ec0b7b Mon Sep 17 00:00:00 2001 From: João Silva Date: Sun, 13 Aug 2017 03:54:24 +0100 Subject: Sound fixes (including a savestate loading crash fix on 64-bit). --- source/spc700.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source/spc700.h') diff --git a/source/spc700.h b/source/spc700.h index 53bc1b6..8d8740d 100644 --- a/source/spc700.h +++ b/source/spc700.h @@ -71,8 +71,8 @@ typedef struct #define APU_EXECUTE() \ if (IAPU.APUExecuting) \ {\ - while (APU.Cycles <= CPU.Cycles) \ - APU_EXECUTE1(); \ + while (APU.Cycles <= CPU.Cycles) \ + APU_EXECUTE1(); \ } #endif -- cgit v1.2.3