RetroArch/tests-other/test_input_joypad_alternative_autoconfig.ratst
zoltanvb 05844c649f
Autoconfig extension with alternative name/vid/pid (#16990)
If there are several variants of a controller, but their button
layout is exactly the same, allow alternative identifiers, e.g.:
input_device_alt1
input_vendor_id_alt3
input_product_id_alt9
2024-09-12 11:50:46 -07:00

19 lines
281 B
Plaintext

[
{
"action": 1,
"param_num": 0,
"param_str": "(0001:0002) Test joypad device D",
"frame": 0
},
{
"action": 1,
"param_num": 1,
"param_str": "(0003:0004) Test joypad device E"
},
{
"action": 1,
"param_num": 2,
"param_str": "(0015:0016) Test joypad device X"
}
]