diff options
author | Garrett Brown <themagnificentmrb@gmail.com> | 2018-09-11 13:56:05 -0700 |
---|---|---|
committer | Garrett Brown <themagnificentmrb@gmail.com> | 2018-09-20 16:53:26 +0200 |
commit | 655373fcba24c00e25e038025e53af34b5186766 (patch) | |
tree | 32dc80b8978b7612e90167e10f734c5f3dc42374 /system/keymaps | |
parent | c945a6a7b96abdb8467a6807bea1bd1f767c40f2 (diff) |
Game OSD: Show help dialog on first view
This adds a help dialog to the game OSD and encapsulates the GUI playback
control mechanisms.
The volume dialog has been modified to play the game in the background
for audible feedback.
Diffstat (limited to 'system/keymaps')
-rw-r--r-- | system/keymaps/joystick.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/keymaps/joystick.xml b/system/keymaps/joystick.xml index c9dace69cf..63d10002d4 100644 --- a/system/keymaps/joystick.xml +++ b/system/keymaps/joystick.xml @@ -153,7 +153,7 @@ <!-- 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> + <y hotkey="back">OSD</y> <start hotkey="back">Stop</start> <!-- <rightbumper hotkey="back">Save</rightbumper> |