mirror of
https://github.com/libretro/RetroArch
synced 2024-12-26 03:22:56 +00:00
05844c649f
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
19 lines
281 B
Plaintext
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"
|
|
}
|
|
]
|