branch | gsoc2008_nds |
changeset 2669 | e27bdcc80744 |
parent 2062 | c9aa6bcb26f3 |
child 2765 | f55c87ae336b |
--- a/include/SDL_config.h.default Wed Apr 23 06:27:10 2008 +0000 +++ b/include/SDL_config.h.default Tue Jun 10 06:45:39 2008 +0000 @@ -26,7 +26,9 @@ #include "SDL_platform.h" /* Add any platform that doesn't build using the configure system */ -#if defined(__DREAMCAST__) +#if defined(__NINTENDODS__) +#include "SDL_config_nintendods.h" +#elif defined(__DREAMCAST__) #include "SDL_config_dreamcast.h" #elif defined(__MACOSX__) #include "SDL_config_macosx.h"