diff options
author | Garrett Brown <themagnificentmrb@gmail.com> | 2017-07-26 21:03:48 -0700 |
---|---|---|
committer | Garrett Brown <themagnificentmrb@gmail.com> | 2017-07-26 21:04:20 -0700 |
commit | c98143b0055f35b025040905908574ac89445355 (patch) | |
tree | 5149d0e202b1bf3c7989c834b9ced2f4e2e13cd1 /system | |
parent | f64c287827440dadf2a39fe4d87deaabd22c8ef6 (diff) |
joystick.xml: Fix errors due to unimplemented save actions
Diffstat (limited to 'system')
-rw-r--r-- | system/keymaps/joystick.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/system/keymaps/joystick.xml b/system/keymaps/joystick.xml index a67e3ec993..bc54dc8f65 100644 --- a/system/keymaps/joystick.xml +++ b/system/keymaps/joystick.xml @@ -145,14 +145,18 @@ <x hotkey="back">OSD</x> <y hotkey="back">FullScreen</y> <start hotkey="back">Stop</start> + <!-- <rightbumper hotkey="back">Save</rightbumper> <leftbumper hotkey="back">Load</leftbumper> + --> <righttrigger hotkey="back">AnalogFastForward</righttrigger> <lefttrigger hotkey="back">AnalogRewind</lefttrigger> + <!-- <right hotkey="back">SaveSlotIncrease</right> <left hotkey="back">SaveSlotDecrease</left> <leftstick direction="left" hotkey="back">SaveSlotDecrease</leftstick> <leftstick direction="right" hotkey="back">SaveSlotIncrease</leftstick> + --> </joystick> </FullscreenGame> <FullscreenLiveTV> |