diff options
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 |