mirror of
https://github.com/FunKey-Project/RetroFE.git
synced 2026-04-30 01:49:35 +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("select", KeyCodeSelect) && retVal;
|
||||||
retVal = MapKey("back", KeyCodeBack) && retVal;
|
retVal = MapKey("back", KeyCodeBack) && retVal;
|
||||||
retVal = MapKey("quit", KeyCodeQuit) && retVal;
|
retVal = MapKey("quit", KeyCodeQuit) && retVal;
|
||||||
retVal = MapKey("menu", KeyCodeMenu) && retVal;
|
|
||||||
|
|
||||||
return retVal;
|
return retVal;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user