summaryrefslogtreecommitdiff
path: root/src/cpuexec.h
diff options
context:
space:
mode:
authortwinaphex2018-12-28 00:32:13 +0100
committertwinaphex2018-12-28 00:32:13 +0100
commitc007afe6fd51827fade7aa15a0a798be8bd97839 (patch)
tree3b8aca538bec3b42ef9bd33549a15110c3a20e37 /src/cpuexec.h
parent29db3cf00f552808b3f1dc5d11fcdbbefc659ec4 (diff)
downloadsnes9x2002-c007afe6fd51827fade7aa15a0a798be8bd97839.tar.gz
snes9x2002-c007afe6fd51827fade7aa15a0a798be8bd97839.tar.bz2
snes9x2002-c007afe6fd51827fade7aa15a0a798be8bd97839.zip
Start significantly refactoring this codebase so we can get it
to work with MSVC
Diffstat (limited to 'src/cpuexec.h')
-rw-r--r--src/cpuexec.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/cpuexec.h b/src/cpuexec.h
index 06ccfc0..5ca4f86 100644
--- a/src/cpuexec.h
+++ b/src/cpuexec.h
@@ -70,7 +70,6 @@ typedef struct
uint32 FrameAdvanceCount;
} SICPU;
-START_EXTERN_C
void S9xMainLoop(void);
void S9xReset(void);
void S9xDoHBlankProcessing();
@@ -91,7 +90,6 @@ extern uint8 S9xE0M0X1 [256];
#endif
extern SICPU ICPU;
-END_EXTERN_C
static INLINE void CLEAR_IRQ_SOURCE(uint32 M)
{