comparison include/SDL_config.h.default @ 2669:e27bdcc80744 gsoc2008_nds

First commit. Added header configs for DS as well as a Makefile. Initial work on framebuffer video driver, currently not functioning as desired.
author Darren Alton <dalton@stevens.edu>
date Tue, 10 Jun 2008 06:45:39 +0000
parents c9aa6bcb26f3
children f55c87ae336b
comparison
equal deleted inserted replaced
2668:bb3241de289e 2669:e27bdcc80744
24 #define _SDL_config_h 24 #define _SDL_config_h
25 25
26 #include "SDL_platform.h" 26 #include "SDL_platform.h"
27 27
28 /* Add any platform that doesn't build using the configure system */ 28 /* Add any platform that doesn't build using the configure system */
29 #if defined(__DREAMCAST__) 29 #if defined(__NINTENDODS__)
30 #include "SDL_config_nintendods.h"
31 #elif defined(__DREAMCAST__)
30 #include "SDL_config_dreamcast.h" 32 #include "SDL_config_dreamcast.h"
31 #elif defined(__MACOSX__) 33 #elif defined(__MACOSX__)
32 #include "SDL_config_macosx.h" 34 #include "SDL_config_macosx.h"
33 #elif defined(__WIN32__) 35 #elif defined(__WIN32__)
34 #include "SDL_config_win32.h" 36 #include "SDL_config_win32.h"