Mercurial > sdl-ios-xcode
comparison include/SDL_config_nintendods.h @ 2671:c3e7c0698cbb gsoc2008_nds
some changes to the dummy driver for debug purposes that should be reverted.
most importantly, commenting out a check for an env. var.
author | Darren Alton <dalton@stevens.edu> |
---|---|
date | Thu, 12 Jun 2008 02:38:49 +0000 |
parents | 6e4669f4db49 |
children | 74ac057679d5 |
comparison
equal
deleted
inserted
replaced
2670:6e4669f4db49 | 2671:c3e7c0698cbb |
---|---|
109 | 109 |
110 /* Enable various timer systems */ | 110 /* Enable various timer systems */ |
111 #define SDL_TIMERS_DISABLED 1 | 111 #define SDL_TIMERS_DISABLED 1 |
112 | 112 |
113 /* Enable various video drivers */ | 113 /* Enable various video drivers */ |
114 #define SDL_VIDEO_DRIVER_NDS 1 | 114 #define SDL_VIDEO_DRIVER_DUMMY 1 |
115 | 115 |
116 #endif /* _SDL_config_nintendods_h */ | 116 #endif /* _SDL_config_nintendods_h */ |
117 |