mirror of
https://github.com/libretro/RetroArch
synced 2025-04-17 20:43:10 +00:00
Update joyconfig for l2/r2/l3/r3.
This commit is contained in:
parent
bc5d73dbdd
commit
33271647af
@ -71,6 +71,10 @@ static struct bind binds[] = {
|
|||||||
BIND("Y button (left)", y)
|
BIND("Y button (left)", y)
|
||||||
BIND("L button (left shoulder)", l)
|
BIND("L button (left shoulder)", l)
|
||||||
BIND("R button (right shoulder)", r)
|
BIND("R button (right shoulder)", r)
|
||||||
|
BIND("L2 button (left shoulder #2)", l2)
|
||||||
|
BIND("R2 button (right shoulder #2)", r2)
|
||||||
|
BIND("L3 button (left analog button)", l3)
|
||||||
|
BIND("R3 button (right analog button)", r3)
|
||||||
BIND("Start button", start)
|
BIND("Start button", start)
|
||||||
BIND("Select button", select)
|
BIND("Select button", select)
|
||||||
BIND("Left D-pad", left)
|
BIND("Left D-pad", left)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user