RetroArch icon indicating copy to clipboard operation
RetroArch copied to clipboard

[Issue] No config controller support for android driver

Open MiyanoOsu opened this issue 6 months ago • 1 comments

Hello, I assigned button of my generic controller in retroarch on android, then save it, but when i load rom, controller not working, i need to unplug, go to homescreen then open again and plug the controller then it work (but not always), my controller work well in retroarch on linux. I have checked the file autoconfig on https://buildbot.libretro.com/assets/frontend/, it only have config for udev driver (i have checked the input_vendor_id and input_product_id, it same as android retroarch).

Here my controller config

input_device = "USB gamepad           "
input_driver = "android"
input_device_display_name = "Generic USB Gamepad"
input_vendor_id = "2079"
input_product_id = "58369"

input_b_btn = "190"
input_y_btn = "191"
input_select_btn = "196"
input_start_btn = "197"
input_up_axis = "-1"
input_down_axis = "+1"
input_left_axis = "-0"
input_right_axis = "+0"
input_a_btn = "189"
input_x_btn = "188"
input_l_btn = "192"
input_r_btn = "193"

How to add it to autoconfig database?

MiyanoOsu avatar Jun 03 '25 00:06 MiyanoOsu

Thank you for taking the effort. Autoconfig files can be submitted to https://github.com/libretro/retroarch-joypad-autoconfig , detailed instructions can be found over there.

zoltanvb avatar Jun 04 '25 05:06 zoltanvb

Hi @MiyanoOsu,

Please close this issue as the joypad autoconfig profile has been merged.

Thank you.

gouchi avatar Jul 20 '25 09:07 gouchi