mirror of
https://github.com/FunKey-Project/RetroFE.git
synced 2026-01-26 17:54:46 +01:00
Make menu key optional.
This commit is contained in:
parent
da45a04ae8
commit
9053c6a861
@ -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;
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user