comparison include/SDL_config_nintendods.h @ 2673:24a6b3588eac gsoc2008_nds

Cleaned up and added joypad support from 1.2.9 NDS port. Also some minor video driver bugfixes.
author Darren Alton <dalton@stevens.edu>
date Thu, 19 Jun 2008 07:11:35 +0000
parents 74ac057679d5
children f1d07ba2e275
comparison
equal deleted inserted replaced
2672:74ac057679d5 2673:24a6b3588eac
96 96
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_DISABLED 1 101 #define SDL_JOYSTICK_NDS 1
102 102
103 /* DS has no dynamic linking afaik */ 103 /* DS has no dynamic linking afaik */
104 #define SDL_LOADSO_DISABLED 1 104 #define SDL_LOADSO_DISABLED 1
105 105
106 /* Enable various threading systems */ 106 /* Enable various threading systems */