Home
last modified time | relevance | path

Searched refs:openConfigInput (Results 1 – 2 of 2) sorted by relevance

/dports/emulators/emulationstation/EmulationStation-2.9.4/es-app/src/guis/
H A DGuiMenu.h22 void openConfigInput();
H A DGuiMenu.cpp43 addEntry("CONFIGURE INPUT", 0x777777FF, true, [this] { openConfigInput(); }); in GuiMenu()
467 void GuiMenu::openConfigInput() in openConfigInput() function in GuiMenu