We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b201274 + b5537d7 commit 926fc21Copy full SHA for 926fc21
scriptmodules/supplementary/emulationstation/configscripts/retroarch.sh
@@ -325,10 +325,10 @@ function map_retroarch_keyboard() {
325
keys=("input_player1_y")
326
;;
327
leftbottom|leftshoulder)
328
- keys=("input_player1_l")
+ keys=("input_player1_l" "input_load_state")
329
330
rightbottom|rightshoulder)
331
- keys=("input_player1_r")
+ keys=("input_player1_r" "input_save_state")
332
333
lefttop|lefttrigger)
334
keys=("input_player1_l2")
0 commit comments