GitHub - How to add joystick cfg?

How can I add a cfg to Arcade Joystick v1.1 in Libretro repo?

input_driver = "xinput"
input_device = "Arcade Joystick v1.1"
input_vendor_id = "33410"
input_product_id = "32769"
input_b_btn = "4"
input_y_btn = "0"
input_select_btn = "8"
input_start_btn = "9"
input_up_axis = "-1"
input_down_axis = "+1"
input_left_axis = "-0"
input_right_axis = "+0"
input_a_btn = "5"
input_x_btn = "1"
input_l_btn = "2"
input_r_btn = "6"
input_l2_btn = "3"
input_r2_btn = "7"

Now that you have your changes in your local repo, in github’s web interface, to go to the ‘pull requests’ tab and click the ‘new pull request’ button. On the next screen, you’ll see the two repos and their various branches organized into pulldown menus. On the side with your repo, you’ll want to change the branch menu from ‘master’ to ‘patch-1’, which will show your changes. Then, click on ‘create pull request’ and it will send a PR to the upstream repo for consideration.

I’ll go ahead and tell you now that I’ll request that you include the button labels for it, even if it’s just “button 1”, “button 2”, “start” etc.

I created the pull request and sent a PR.

Thanks!

1 Like