diff options
author | twinaphex | 2016-08-08 03:53:47 +0200 |
---|---|---|
committer | twinaphex | 2016-08-08 03:53:47 +0200 |
commit | 7476e8d4f07fa08cd535bf48d05fc65e635e4430 (patch) | |
tree | 2680653d1cc0ff66716899013227a2a56102ced0 | |
parent | 53311c57c4eb1ef7f91dfe87f62323c81d610f7e (diff) | |
download | snesemu-7476e8d4f07fa08cd535bf48d05fc65e635e4430.tar.gz snesemu-7476e8d4f07fa08cd535bf48d05fc65e635e4430.tar.bz2 snesemu-7476e8d4f07fa08cd535bf48d05fc65e635e4430.zip |
Cleanups
-rw-r--r-- | source/port.h | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/source/port.h b/source/port.h index 9884091..6439815 100644 --- a/source/port.h +++ b/source/port.h @@ -113,27 +113,6 @@ // The above is used to disable the 16-bit graphics mode checks sprinkled // throughout the code, if the pixel format is always 16-bit. -#if defined(TARGET_OS_MAC) && TARGET_OS_MAC - -#include "zlib.h" -#define ZLIB -#define EXECUTE_SUPERFX_PER_LINE -#define SOUND -#define VAR_CYCLES -#define CPU_SHUTDOWN -#define SPC700_SHUTDOWN -#define PIXEL_FORMAT RGB555 -#define M_PI 3.14159265359 -#undef _MAX_PATH - -#undef DEBUGGER /* Apple Universal Headers sometimes #define DEBUGGER */ - -int strncasecmp(const char* s1, const char* s2, unsigned n); -int strcasecmp(const char* s1, const char* s2); - -#endif /* TARGET_OS_MAC */ - - #include "pixform.h" #ifndef __WIN32__ |