mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-09-18 17:28:13 +00:00
Initial PS2_Joystick implementation
This commit is contained in:

committed by
Sam Lantinga

parent
84d69da4e1
commit
7fd46ec581
@@ -89,6 +89,9 @@ static SDL_JoystickDriver *SDL_joystick_drivers[] = {
|
||||
#ifdef SDL_JOYSTICK_OS2
|
||||
&SDL_OS2_JoystickDriver,
|
||||
#endif
|
||||
#ifdef SDL_JOYSTICK_PS2
|
||||
&SDL_PS2_JoystickDriver,
|
||||
#endif
|
||||
#ifdef SDL_JOYSTICK_PSP
|
||||
&SDL_PSP_JoystickDriver,
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user