From 464f4482f87b57f162e1dd9dc26b8e6f70010bba Mon Sep 17 00:00:00 2001 From: twinaphex Date: Fri, 5 Aug 2016 22:12:09 +0200 Subject: Cleanups --- src/port.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src') 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_ -- cgit v1.2.3