diff options
author | twinaphex | 2014-12-10 01:30:02 +0100 |
---|---|---|
committer | twinaphex | 2014-12-10 01:30:02 +0100 |
commit | 4a2ab23f770676b2e34ca6aa79da8700251aa4d5 (patch) | |
tree | 525b8cc3ba00e806850e3b89f545c315b873d552 | |
parent | 1a8b77c1850db3fb4545c55adb07dbf1e7584dbf (diff) | |
download | picogpsp-4a2ab23f770676b2e34ca6aa79da8700251aa4d5.tar.gz picogpsp-4a2ab23f770676b2e34ca6aa79da8700251aa4d5.tar.bz2 picogpsp-4a2ab23f770676b2e34ca6aa79da8700251aa4d5.zip |
Take out SDL defines in common.h
-rw-r--r-- | common.h | 7 |
1 files changed, 0 insertions, 7 deletions
@@ -31,7 +31,6 @@ #define PATH_SEPARATOR_CHAR '/' #endif -// These includes must be used before SDL is included. #ifdef ARM_ARCH #define _BSD_SOURCE // sync @@ -111,9 +110,6 @@ #define GBA_SCREEN_PITCH (240) void switch_to_main_thread(void); - -#else - #include "SDL.h" #endif #ifdef ARM_ARCH @@ -220,9 +216,6 @@ typedef u32 fixed8_24; #include <stdlib.h> #include <string.h> #include <stdarg.h> -#ifndef __LIBRETRO__ -#include "SDL.h" -#endif #include "cpu.h" #include "gba_memory.h" #include "video.h" |