diff options
author | twinaphex | 2016-08-08 05:24:09 +0200 |
---|---|---|
committer | twinaphex | 2016-08-08 05:24:09 +0200 |
commit | d97118358a09f20376e984440a44780ae0f4aea0 (patch) | |
tree | aef9d6ad74c8ba8692b72efb6a0cc6cb0b31485a /source | |
parent | 9fc795fa7bc66acb636ebb3cd9235ba983912c3b (diff) | |
download | snes9x2005-d97118358a09f20376e984440a44780ae0f4aea0.tar.gz snes9x2005-d97118358a09f20376e984440a44780ae0f4aea0.tar.bz2 snes9x2005-d97118358a09f20376e984440a44780ae0f4aea0.zip |
Cleanups
Diffstat (limited to 'source')
-rw-r--r-- | source/snes9x.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/source/snes9x.h b/source/snes9x.h index e8cfaa0..4cc8cf9 100644 --- a/source/snes9x.h +++ b/source/snes9x.h @@ -215,9 +215,6 @@ typedef struct bool TriedInterleavedMode2; uint32_t NMICycleCount; uint32_t IRQCycleCount; -#ifdef DEBUG_MAXCOUNT - unsigned long GlobalLoopCount; -#endif } SCPUState; #define HBLANK_START_EVENT 0 @@ -352,9 +349,6 @@ typedef struct int AIDOShmId; bool NoPatch; bool ForceInterleaveGD24; -#ifdef DEBUG_MAXCOUNT - unsigned int MaxCount; -#endif } SSettings; typedef struct |