comparison include/SDL_config_nintendods.h @ 2672:74ac057679d5 gsoc2008_nds

NDS video driver is now functional, using software rendering and framebuffer.
author Darren Alton <dalton@stevens.edu>
date Tue, 17 Jun 2008 08:26:36 +0000
parents c3e7c0698cbb
children 24a6b3588eac
comparison
equal deleted inserted replaced
2671:c3e7c0698cbb 2672:74ac057679d5
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_DUMMY 1 114 #define SDL_VIDEO_DRIVER_NDS 1
115 115
116 #endif /* _SDL_config_nintendods_h */ 116 #endif /* _SDL_config_nintendods_h */