From d97118358a09f20376e984440a44780ae0f4aea0 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Mon, 8 Aug 2016 05:24:09 +0200 Subject: Cleanups --- source/snes9x.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'source') 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 -- cgit v1.2.3