From 78b32e05a8e3c221279ba40c8f19d762420be8a6 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Mon, 14 Aug 2017 08:06:11 +0200 Subject: C++ comments need to become C --- source/snes9x.h | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'source/snes9x.h') diff --git a/source/snes9x.h b/source/snes9x.h index 536642b..fdeae61 100644 --- a/source/snes9x.h +++ b/source/snes9x.h @@ -101,12 +101,12 @@ typedef struct uint8_t* PCAtOpcodeStart; uint8_t* WaitAddress; uint32_t WaitCounter; - long Cycles; // For savestate compatibility can't change to int32_t - long NextEvent; // For savestate compatibility can't change to int32_t - long V_Counter; // For savestate compatibility can't change to int32_t - long MemSpeed; // For savestate compatibility can't change to int32_t - long MemSpeedx2; // For savestate compatibility can't change to int32_t - long FastROMSpeed; // For savestate compatibility can't change to int32_t + long Cycles; /* For savestate compatibility can't change to int32_t */ + long NextEvent; /* For savestate compatibility can't change to int32_t */ + long V_Counter; /* For savestate compatibility can't change to int32_t */ + long MemSpeed; /* For savestate compatibility can't change to int32_t */ + long MemSpeedx2; /* For savestate compatibility can't change to int32_t */ + long FastROMSpeed; /* For savestate compatibility can't change to int32_t */ uint32_t SaveStateVersion; bool SRAMModified; uint32_t NMITriggerPoint; @@ -188,7 +188,7 @@ typedef struct uint32_t SoundInputRate; #endif bool TraceSoundDSP; - bool EightBitConsoleSound; // due to caching, this needs S9xSetEightBitConsoleSound() + bool EightBitConsoleSound; /* due to caching, this needs S9xSetEightBitConsoleSound() */ int32_t SoundBufferSize; int32_t SoundMixInterval; bool SoundEnvelopeHeightReading; -- cgit v1.2.3