diff options
author | Garrett Brown <themagnificentmrb@gmail.com> | 2018-02-13 10:25:07 -0800 |
---|---|---|
committer | Garrett Brown <themagnificentmrb@gmail.com> | 2018-02-13 10:25:30 -0800 |
commit | 48bc113e6c3171363b0ab4096781de53e60920a9 (patch) | |
tree | 757b4a0ee5265dcaea16b13dc01abe536bd81e9f /system | |
parent | 9e98b4298e0bbf024c273179cc4352bdebfab19d (diff) |
RetroPlayer: Disable screenshot hotkey
In practice, while intense button-mashing, a player can hit Select+A and
cause a series of annoying, confusing dialogs.
Diffstat (limited to 'system')
-rw-r--r-- | system/keymaps/joystick.xml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/system/keymaps/joystick.xml b/system/keymaps/joystick.xml index 708e6ee428..c9dace69cf 100644 --- a/system/keymaps/joystick.xml +++ b/system/keymaps/joystick.xml @@ -147,7 +147,9 @@ <leftstick direction="right" hotkey="back">SaveSlotIncrease</leftstick> --> <!-- Merged --> - <a hotkey="back">Screenshot</a> + <!-- Screenshot is disabled until it has been further automated + (currently pops up multiple annoying confusing dialogs) --> + <!-- <a hotkey="back">Screenshot</a> --> <!-- Reset is disabled until player can undo a reset --> <!--<b hotkey="back">PlayerControl(Reset)</b> --> <x hotkey="back">OSD</x> |