mirror of
https://github.com/libretro/RetroArch
synced 2024-12-28 18:31:05 +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("L button (left shoulder)", l)
|
||||
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("Select button", select)
|
||||
BIND("Left D-pad", left)
|
||||
|
Loading…
Reference in New Issue
Block a user