-
Notifications
You must be signed in to change notification settings - Fork 397
Description
I've connected an Atari Gamestation Pro joystick via USB-C and Retroarch detects it as an dinput controller. I'm able to map it for the most part, but I can't get Retroarch to detect any input from the spinner/paddle. I've tried the controller with various usb controller testers and it seems that the paddles are outputing as +4/-4.
Here's my config so far, but it'll need to be cleaned up. Hopefully the paddle/spinner can work on Retroarch, I've trapped manually mapping it via the config file but it doesn't seem to work. The joystick detects as "USB T61254", and I mapped all buttons except for the "Menu" button on the back of the controller.
input_driver = "dinput"
input_device = "USB T61254"
input_device_display_name = "Atari Gamestation Pro Joystick"
input_vendor_id = "8380"
input_product_id = "21760"
input_a_btn = "1"
input_b_btn = "6"
input_y_btn = "0"
input_l_btn = "12"
input_select_btn = "10"
input_start_btn = "11"
input_up_btn = "h0up"
input_down_btn = "h0down"
input_left_btn = "h0left"
input_right_btn = "h0right"
input_l_x_plus_axis = "+4"
input_l_x_minus_axis = "-4"
input_a_btn_label = "B"
input_b_btn_label = "A"
input_y_btn_label = "C"
input_l_btn_label = "Home"
input_up_btn_label = "Stick Up"
input_down_btn_label = "Stick Down"
input_left_btn_label = "Stick Left"
input_right_btn_label = "Stick Right"
input_l_x_plus_axis_label = "Paddle Left Spin"
input_l_x_minus_axis_label = "Paddle Right Spin"
input_select_btn_label = "Select"
input_start_btn_label = "Start"