Fix compiler warnings

This commit is contained in:
Jimb Esser
2020-03-16 14:49:20 -07:00
parent 8cd08646bb
commit 47da53b91d
6 changed files with 13 additions and 7 deletions

View File

@@ -529,7 +529,8 @@ SDL_HIDAPI_DeviceDriver SDL_HIDAPI_DriverPS4 =
HIDAPI_DriverPS4_OpenJoystick,
HIDAPI_DriverPS4_RumbleJoystick,
HIDAPI_DriverPS4_CloseJoystick,
HIDAPI_DriverPS4_FreeDevice
HIDAPI_DriverPS4_FreeDevice,
NULL
};
#endif /* SDL_JOYSTICK_HIDAPI_PS4 */