summaryrefslogtreecommitdiff
path: root/src/fxemu.h
diff options
context:
space:
mode:
authortwinaphex2016-08-05 23:59:30 +0200
committertwinaphex2016-08-05 23:59:30 +0200
commitf2054c2033d86a4d736285d1cbce229c7ab4ae7a (patch)
treed10780ea342fce4a42546ad0cbb2a7c4ffeea8cf /src/fxemu.h
parentfc73f3e553c60e8fe8ca05179767dcfeded1b043 (diff)
downloadsnes9x2002-f2054c2033d86a4d736285d1cbce229c7ab4ae7a.tar.gz
snes9x2002-f2054c2033d86a4d736285d1cbce229c7ab4ae7a.tar.bz2
snes9x2002-f2054c2033d86a4d736285d1cbce229c7ab4ae7a.zip
More cleanups
Diffstat (limited to 'src/fxemu.h')
-rw-r--r--src/fxemu.h22
1 files changed, 1 insertions, 21 deletions
diff --git a/src/fxemu.h b/src/fxemu.h
index ddcf6b0..133f646 100644
--- a/src/fxemu.h
+++ b/src/fxemu.h
@@ -89,27 +89,7 @@
#ifndef _FXEMU_H_
#define _FXEMU_H_ 1
-/* Types used by structures and code */
-#ifndef snes9x_types_defined
-#define snes9x_types_defined
-
-typedef unsigned char uint8;
-typedef unsigned short uint16;
-typedef unsigned int uint32;
-typedef unsigned char bool8;
-typedef unsigned int bool32;
-typedef signed char int8;
-typedef short int16;
-typedef int int32;
-#endif
-
-#ifndef TRUE
-#define TRUE 1
-#endif
-
-#ifndef FALSE
-#define FALSE 0
-#endif
+#include "port.h"
/* The FxInfo_s structure, the link between the FxEmulator and the Snes Emulator */
typedef struct