Update SDL_joystick.c

Add Logitech Momo Racing Wheel VID & PID  to SDL_IsJoystickProductWheel function
main
Vitaliy Zhmurikov 2022-01-28 06:11:28 +10:00 committed by Sam Lantinga
parent 19ae71b2db
commit 5b74459255
1 changed files with 1 additions and 0 deletions

View File

@ -2149,6 +2149,7 @@ static SDL_bool SDL_IsJoystickProductWheel(Uint32 vidpid)
MAKE_VIDPID(0x046d, 0xc261), /* Logitech G920 (initial mode) */
MAKE_VIDPID(0x046d, 0xc262), /* Logitech G920 (active mode) */
MAKE_VIDPID(0x046d, 0xc26e), /* Logitech G923 */
MAKE_VIDPID(0x046d, 0xca03), /* Logitech Momo Racing */
MAKE_VIDPID(0x044f, 0xb65d), /* Thrustmaster Wheel FFB */
MAKE_VIDPID(0x044f, 0xb66d), /* Thrustmaster Wheel FFB */
MAKE_VIDPID(0x044f, 0xb677), /* Thrustmaster T150 */