diff include/SDL_config_win32.h @ 1854:2280e314a978

Closed bug #74 Added DirectInput joystick code, contributed by Glenn Maynard. This fixes a problem with the Windows Multimedia joystick driver not showing all 6 axes on a GameCube controller converter, which was donated by Jacob Kolding.
author Sam Lantinga <slouken@libsdl.org>
date Sun, 21 May 2006 16:47:41 +0000
parents a80e1e0880b8
children 5ff2c01e475e
line wrap: on
line diff
--- a/include/SDL_config_win32.h	Sun May 21 02:50:05 2006 +0000
+++ b/include/SDL_config_win32.h	Sun May 21 16:47:41 2006 +0000
@@ -131,7 +131,7 @@
 #ifdef _WIN32_WCE
 #define SDL_JOYSTICK_DISABLED   1
 #else
-#define SDL_JOYSTICK_WINMM	1
+#define SDL_JOYSTICK_DINPUT	1
 #endif
 
 /* Enable various shared object loading systems */