diff options
author | Nebuleon Fumika | 2012-12-27 18:46:37 -0500 |
---|---|---|
committer | Nebuleon Fumika | 2012-12-27 18:46:37 -0500 |
commit | c8935c352c119025d130e8146c276845828075dd (patch) | |
tree | 84590d861900dd6f8a3cb03247d21fee361efa4e | |
parent | 963c3459e51264ccf0cc501a41e45de6e71eeea3 (diff) | |
download | snes9x2005-c8935c352c119025d130e8146c276845828075dd.tar.gz snes9x2005-c8935c352c119025d130e8146c276845828075dd.tar.bz2 snes9x2005-c8935c352c119025d130e8146c276845828075dd.zip |
Make cleanly without -DCPU_SHUTDOWN.
-rw-r--r-- | source/cpuops.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/cpuops.cpp b/source/cpuops.cpp index 4ddcb6b..b01bce5 100644 --- a/source/cpuops.cpp +++ b/source/cpuops.cpp @@ -3823,8 +3823,8 @@ static void OpCB (void) #ifndef SA1_OPCODES CPU.Cycles += TWO_CYCLES; #endif -#endif } +#endif } #endif // SA1_OPCODES } |