Added Moza wheelbases VID/PID to wheel devices list

This commit is contained in:
Oleg 2024-05-16 02:06:37 +03:00 committed by Sam Lantinga
parent dc9d9dd85a
commit 79cabeef18
1 changed files with 5 additions and 0 deletions

View File

@ -391,6 +391,11 @@ static Uint32 initial_wheel_devices[] = {
MAKE_VIDPID(0x2433, 0xf303), /* Asetek SimSports La Prima Wheelbase */
MAKE_VIDPID(0x2433, 0xf306), /* Asetek SimSports Tony Kannan Wheelbase */
MAKE_VIDPID(0x3416, 0x0301), /* Cammus C5 Wheelbase */
MAKE_VIDPID(0x346e, 0x0000), /* Moza R16/R21 Wheelbase */
MAKE_VIDPID(0x346e, 0x0002), /* Moza R9 Wheelbase */
MAKE_VIDPID(0x346e, 0x0004), /* Moza R5 Wheelbase */
MAKE_VIDPID(0x346e, 0x0005), /* Moza R3 Wheelbase */
MAKE_VIDPID(0x346e, 0x0006), /* Moza R12 Wheelbase */
};
static SDL_vidpid_list wheel_devices = {
SDL_HINT_JOYSTICK_WHEEL_DEVICES, 0, 0, NULL,