From 32cf5fe93dc035fa7351a21e60c989e1567eb705 Mon Sep 17 00:00:00 2001 From: Steel <21513+steel@users.noreply.github.com> Date: Mon, 16 Mar 2026 10:45:52 -0700 Subject: [PATCH] Add support for PXN VD6 Wheelbase --- src/joystick/SDL_joystick.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/joystick/SDL_joystick.c b/src/joystick/SDL_joystick.c index 13002241a6..4b52980d5a 100644 --- a/src/joystick/SDL_joystick.c +++ b/src/joystick/SDL_joystick.c @@ -601,6 +601,7 @@ static Uint32 initial_wheel_devices[] = { MAKE_VIDPID(0x346e, 0x0004), // Moza R5 Wheelbase MAKE_VIDPID(0x346e, 0x0005), // Moza R3 Wheelbase MAKE_VIDPID(0x346e, 0x0006), // Moza R12 Wheelbase + MAKE_VIDPID(0x36e6, 0x400f), // PXN VD6 Wheelbase }; static SDL_vidpid_list wheel_devices = { SDL_HINT_JOYSTICK_WHEEL_DEVICES, 0, 0, NULL,