diff options
author | Garrett Brown <themagnificentmrb@gmail.com> | 2018-02-11 16:04:55 -0800 |
---|---|---|
committer | Garrett Brown <themagnificentmrb@gmail.com> | 2018-02-11 16:06:23 -0800 |
commit | 9e98b4298e0bbf024c273179cc4352bdebfab19d (patch) | |
tree | f5f7869f5d3ba9377e1d6367789944d15506a9da /system | |
parent | c66da4222bd914bea98a494e9c126e3b5d15c869 (diff) |
RetroPlayer: Disable reset hotkey
In practice, while button-mashing, a player can hit Select+B and cause a
reset, but without an easy way to undo this reset, gameplay progress can
be lost.
Diffstat (limited to 'system')
-rw-r--r-- | system/keymaps/joystick.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/system/keymaps/joystick.xml b/system/keymaps/joystick.xml index dc8bcad470..708e6ee428 100644 --- a/system/keymaps/joystick.xml +++ b/system/keymaps/joystick.xml @@ -148,7 +148,8 @@ --> <!-- Merged --> <a hotkey="back">Screenshot</a> - <b hotkey="back">PlayerControl(Reset)</b> + <!-- Reset is disabled until player can undo a reset --> + <!--<b hotkey="back">PlayerControl(Reset)</b> --> <x hotkey="back">OSD</x> <y hotkey="back">FullScreen</y> <start hotkey="back">Stop</start> |