mirror of
https://github.com/FunKey-Project/RetroFE.git
synced 2026-06-03 01:16:52 +02:00
Removed extra call for menu key reading from controls.conf.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user