aboutsummaryrefslogtreecommitdiff
path: root/source/spc700.h
diff options
context:
space:
mode:
authorJoão Silva2017-08-13 03:54:24 +0100
committerJoão Silva2017-08-13 03:54:24 +0100
commite18e3e55bbe96eb2e415ef0ba0ea743460ec0b7b (patch)
tree57a6be092ef3d39b714de8aab96ac5a05c8676e8 /source/spc700.h
parent62be8bed4dc3dc7793f1df1391f153436e4ea949 (diff)
downloadsnes9x2005-e18e3e55bbe96eb2e415ef0ba0ea743460ec0b7b.tar.gz
snes9x2005-e18e3e55bbe96eb2e415ef0ba0ea743460ec0b7b.tar.bz2
snes9x2005-e18e3e55bbe96eb2e415ef0ba0ea743460ec0b7b.zip
Sound fixes (including a savestate loading crash fix on 64-bit).
Diffstat (limited to 'source/spc700.h')
-rw-r--r--source/spc700.h4
1 files changed, 2 insertions, 2 deletions
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