comparison include/SDL_config_nintendods.h @ 2696:0b395a60deff gsoc2008_nds

Timers work now.
author Darren Alton <dalton@stevens.edu>
date Mon, 18 Aug 2008 07:29:52 +0000
parents 4135aa9c5645
children
comparison
equal deleted inserted replaced
2695:c04a266c277a 2696:0b395a60deff
108 /* Enable various threading systems */ 108 /* Enable various threading systems */
109 /*#define SDL_THREAD_NDS 1*/ 109 /*#define SDL_THREAD_NDS 1*/
110 #define SDL_THREADS_DISABLED 1 110 #define SDL_THREADS_DISABLED 1
111 111
112 /* Enable various timer systems */ 112 /* Enable various timer systems */
113 #define SDL_TIMERS_DISABLED 1 113 #define SDL_TIMER_NDS 1
114 114
115 /* Enable various video drivers */ 115 /* Enable various video drivers */
116 #define SDL_VIDEO_DRIVER_NDS 1 116 #define SDL_VIDEO_DRIVER_NDS 1
117 /*#define SDL_VIDEO_DRIVER_DUMMY 1 TODO: uncomment this later*/ 117 /*#define SDL_VIDEO_DRIVER_DUMMY 1 TODO: uncomment this later*/
118 118