summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authortwinaphex2016-08-05 22:12:09 +0200
committertwinaphex2016-08-05 22:12:09 +0200
commit464f4482f87b57f162e1dd9dc26b8e6f70010bba (patch)
tree6b7b92227663ae623fe61eb2b8339d87ed8cb212 /src
parentc932b02d2ed32f2e99d88af4428a5daf7550881e (diff)
downloadsnes9x2002-464f4482f87b57f162e1dd9dc26b8e6f70010bba.tar.gz
snes9x2002-464f4482f87b57f162e1dd9dc26b8e6f70010bba.tar.bz2
snes9x2002-464f4482f87b57f162e1dd9dc26b8e6f70010bba.zip
Cleanups
Diffstat (limited to 'src')
-rw-r--r--src/port.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/port.h b/src/port.h
index 4460023..8ae3a76 100644
--- a/src/port.h
+++ b/src/port.h
@@ -53,8 +53,6 @@ I can't take it anymore, it's too convoluted. So I've commented out the entire
with a single define-block for each target platform.
*/
-#if 1
-
//Title
#define TITLE "Snes9x"
@@ -119,7 +117,6 @@ typedef short int16_32;
#define FASTCALL
#define PIXEL_FORMAT RGB565
#define CHECK_SOUND()
-#define VOID void
#define CPU_SHUTDOWN
#define ZeroMemory(a,b) memset((a),0,(b))
#define PACKING __attribute__ ((packed))
@@ -149,6 +146,4 @@ void _splitpath(const char* path, char* drive, char* dir, char* fname,
#define inline __inline
#endif
-#endif //
-
#endif // _PORT_H_