diff -r bb3241de289e -r e27bdcc80744 include/SDL_config.h.default --- 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"