mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-09-06 03:18:13 +00:00
Added Moza wheelbases VID/PID to wheel devices list
(cherry picked from commit 79cabeef18
)
This commit is contained in:
@@ -394,6 +394,11 @@ static Uint32 initial_wheel_devices[] = {
|
|||||||
MAKE_VIDPID(0x2433, 0xf303), /* Asetek SimSports La Prima Wheelbase */
|
MAKE_VIDPID(0x2433, 0xf303), /* Asetek SimSports La Prima Wheelbase */
|
||||||
MAKE_VIDPID(0x2433, 0xf306), /* Asetek SimSports Tony Kannan Wheelbase */
|
MAKE_VIDPID(0x2433, 0xf306), /* Asetek SimSports Tony Kannan Wheelbase */
|
||||||
MAKE_VIDPID(0x3416, 0x0301), /* Cammus C5 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 = {
|
static SDL_vidpid_list wheel_devices = {
|
||||||
SDL_HINT_JOYSTICK_WHEEL_DEVICES, 0, 0, NULL,
|
SDL_HINT_JOYSTICK_WHEEL_DEVICES, 0, 0, NULL,
|
||||||
|
Reference in New Issue
Block a user