summaryrefslogtreecommitdiff
path: root/src/cpuexec.h
diff options
context:
space:
mode:
authortwinaphex2016-08-08 22:14:33 +0200
committertwinaphex2016-08-08 22:14:33 +0200
commitd8f4f0e3564e11650237f09f80cf05427a2bc637 (patch)
treedfd12eea74ddb52fd80f3b45b175284d7c608d00 /src/cpuexec.h
parent2dcd8f8d79ea138883e36c4d1650e928afdf3266 (diff)
downloadsnes9x2002-d8f4f0e3564e11650237f09f80cf05427a2bc637.tar.gz
snes9x2002-d8f4f0e3564e11650237f09f80cf05427a2bc637.tar.bz2
snes9x2002-d8f4f0e3564e11650237f09f80cf05427a2bc637.zip
Get rid of register keywords, and try to get it compiling for Gamecube
Diffstat (limited to 'src/cpuexec.h')
-rw-r--r--src/cpuexec.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/cpuexec.h b/src/cpuexec.h
index e5872de..f298e2c 100644
--- a/src/cpuexec.h
+++ b/src/cpuexec.h
@@ -51,11 +51,7 @@
typedef struct
{
-#ifdef __WIN32__
- void (__cdecl* S9xOpcode)(void);
-#else
void (*S9xOpcode)(void);
-#endif
} SOpcodes;
typedef struct