mirror of
https://github.com/FunKey-Project/RetroFE.git
synced 2026-05-03 11:29:32 +02:00
Make menu key optional.
This commit is contained in:
@@ -63,7 +63,7 @@ bool UserInput::initialize()
|
|||||||
MapKey("addPlaylist", KeyCodeAddPlaylist, false);
|
MapKey("addPlaylist", KeyCodeAddPlaylist, false);
|
||||||
MapKey("removePlaylist", KeyCodeRemovePlaylist, false);
|
MapKey("removePlaylist", KeyCodeRemovePlaylist, false);
|
||||||
MapKey("random", KeyCodeRandom, false);
|
MapKey("random", KeyCodeRandom, false);
|
||||||
MapKey("menu", KeyCodeMenu, true);
|
MapKey("menu", KeyCodeMenu, false);
|
||||||
|
|
||||||
bool retVal = true;
|
bool retVal = true;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user