mirror of
https://github.com/FunKey-Project/RetroFE.git
synced 2025-12-12 17:58:53 +01:00
Removed extra call for menu key reading from controls.conf.
This commit is contained in:
parent
20cb652bf1
commit
50633e639f
@ -89,7 +89,6 @@ bool UserInput::initialize()
|
||||
retVal = MapKey("select", KeyCodeSelect) && retVal;
|
||||
retVal = MapKey("back", KeyCodeBack) && retVal;
|
||||
retVal = MapKey("quit", KeyCodeQuit) && retVal;
|
||||
retVal = MapKey("menu", KeyCodeMenu) && retVal;
|
||||
|
||||
return retVal;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user