From d8f4f0e3564e11650237f09f80cf05427a2bc637 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Mon, 8 Aug 2016 22:14:33 +0200 Subject: Get rid of register keywords, and try to get it compiling for Gamecube --- src/cpuexec.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/cpuexec.h') 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 -- cgit v1.2.3