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.
1 parent b201274 commit b5537d7Copy full SHA for b5537d7
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