aboutsummaryrefslogtreecommitdiff
path: root/source/port.h
diff options
context:
space:
mode:
authoraliaspider2014-10-29 05:28:04 +0100
committeraliaspider2014-10-29 05:28:04 +0100
commit1d98e1c317fa19687ae6bc3cb8e550ef7531bf02 (patch)
tree343103da8fe67905e99b16636e93421397fe692b /source/port.h
parentf518934e3b664d0cf9535a391d6572300958d3bf (diff)
downloadsnesemu-1d98e1c317fa19687ae6bc3cb8e550ef7531bf02.tar.gz
snesemu-1d98e1c317fa19687ae6bc3cb8e550ef7531bf02.tar.bz2
snesemu-1d98e1c317fa19687ae6bc3cb8e550ef7531bf02.zip
cleanups (cont.)
Diffstat (limited to 'source/port.h')
-rw-r--r--source/port.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/source/port.h b/source/port.h
index 719fc18..44a6cdf 100644
--- a/source/port.h
+++ b/source/port.h
@@ -116,12 +116,9 @@
#else
#define PIXEL_FORMAT RGB565
#endif
-#define FOREVER_16_BIT
// The above is used to disable the 16-bit graphics mode checks sprinkled
// throughout the code, if the pixel format is always 16-bit.
-// #define GFX_MULTI_FORMAT
-
#if defined(TARGET_OS_MAC) && TARGET_OS_MAC
#include "zlib.h"
@@ -137,7 +134,6 @@
#undef _MAX_PATH
#undef DEBUGGER /* Apple Universal Headers sometimes #define DEBUGGER */
-#undef GFX_MULTI_FORMAT
int strncasecmp(const char *s1, const char *s2, unsigned n);
int strcasecmp(const char *s1, const char *s2 );