comparison include/SDL_config_nintendods.h @ 2674:f1d07ba2e275 gsoc2008_nds

Started adding framework for Touchscreen API, based on and (consistent with) the existing Joystick API.
author Darren Alton <dalton@stevens.edu>
date Mon, 23 Jun 2008 11:55:26 +0000
parents 24a6b3588eac
children 3895761db26a
comparison
equal deleted inserted replaced
2673:24a6b3588eac 2674:f1d07ba2e275
97 /* DS doesn't have optical media */ 97 /* DS doesn't have optical media */
98 #define SDL_CDROM_DISABLED 1 98 #define SDL_CDROM_DISABLED 1
99 99
100 /* Enable various input drivers */ 100 /* Enable various input drivers */
101 #define SDL_JOYSTICK_NDS 1 101 #define SDL_JOYSTICK_NDS 1
102 /*#define SDL_JOYSTICK_DUMMY 1*/
103 #define SDL_TOUCHSCREEN_NDS 1
104 /*#define SDL_TOUCHSCREEN_DUMMY 1*/
102 105
103 /* DS has no dynamic linking afaik */ 106 /* DS has no dynamic linking afaik */
104 #define SDL_LOADSO_DISABLED 1 107 #define SDL_LOADSO_DISABLED 1
105 108
106 /* Enable various threading systems */ 109 /* Enable various threading systems */
110 /* Enable various timer systems */ 113 /* Enable various timer systems */
111 #define SDL_TIMERS_DISABLED 1 114 #define SDL_TIMERS_DISABLED 1
112 115
113 /* Enable various video drivers */ 116 /* Enable various video drivers */
114 #define SDL_VIDEO_DRIVER_NDS 1 117 #define SDL_VIDEO_DRIVER_NDS 1
118 #define SDL_VIDEO_DRIVER_DUMMY 1
115 119
116 #endif /* _SDL_config_nintendods_h */ 120 #endif /* _SDL_config_nintendods_h */