From 03348aad9460c12407c33f63646a9d81f1461931 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Mon, 8 Aug 2016 03:55:28 +0200 Subject: Cleanups --- src/port.h | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'src/port.h') diff --git a/src/port.h b/src/port.h index 6f2180c..0f12e7a 100644 --- a/src/port.h +++ b/src/port.h @@ -53,10 +53,7 @@ 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. */ -//Title -#define TITLE "Snes9x" - -//Required Includes +/* Required Includes */ #include "pixform.h" #include #include @@ -117,7 +114,6 @@ typedef short int16_32; #define STATIC static #define FASTCALL #define PIXEL_FORMAT RGB565 -#define CHECK_SOUND() #define CPU_SHUTDOWN #define ZeroMemory(a,b) memset((a),0,(b)) #define PACKING __attribute__ ((packed)) -- cgit v1.2.3