Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Aloshi/EmulationStation
/ ~GuiSettingsMenu
Method
~GuiSettingsMenu
src/components/GuiSettingsMenu.cpp:68–74 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
66
}
67
68
GuiSettingsMenu::~GuiSettingsMenu()
69
{
70
for(auto iter = mLabels.begin(); iter != mLabels.end(); iter++)
71
{
72
delete *iter;
73
}
74
}
75
76
bool GuiSettingsMenu::input(InputConfig* config, Input input)
77
{
Callers
nothing calls this directly
Calls
2
begin
Method · 0.45
end
Method · 0.45
Tested by
no test coverage detected