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