summaryrefslogtreecommitdiff
path: root/src/port.h
diff options
context:
space:
mode:
authortwinaphex2016-08-08 03:55:28 +0200
committertwinaphex2016-08-08 03:55:28 +0200
commit03348aad9460c12407c33f63646a9d81f1461931 (patch)
tree7abbcc62d7ebd3151fe5de1bfbbf705ad68f95c8 /src/port.h
parent7009e4011bfbb239d59039262aeac9c1bff33a7f (diff)
downloadsnes9x2002-03348aad9460c12407c33f63646a9d81f1461931.tar.gz
snes9x2002-03348aad9460c12407c33f63646a9d81f1461931.tar.bz2
snes9x2002-03348aad9460c12407c33f63646a9d81f1461931.zip
Cleanups
Diffstat (limited to 'src/port.h')
-rw-r--r--src/port.h6
1 files changed, 1 insertions, 5 deletions
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 <stdint.h>
#include <limits.h>
@@ -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))