Initial PS2_Joystick implementation

This commit is contained in:
Francisco Javier Trujillo Mata
2022-06-18 17:40:53 +02:00
committed by Sam Lantinga
parent 84d69da4e1
commit 7fd46ec581
6 changed files with 364 additions and 2 deletions

View File

@@ -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