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. --HG-- extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%401820
This commit is contained in:
parent
722e73af32
commit
fe915b7a0a
7 changed files with 626 additions and 108 deletions
|
@ -131,7 +131,7 @@ typedef unsigned int uintptr_t;
|
|||
#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 */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue