changeset 2735 | 204be4fc2726 |
parent 2062 | c9aa6bcb26f3 |
child 2765 | f55c87ae336b |
--- a/include/SDL_config.h.default Wed Aug 27 13:37:19 2008 +0000 +++ b/include/SDL_config.h.default Wed Aug 27 15:10:03 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"