Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Aloshi/EmulationStation
/ update
Method
update
src/components/GuiMenu.cpp:90–93 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
88
}
89
90
void GuiMenu::update(int deltaTime)
91
{
92
mList->update(deltaTime);
93
}
94
95
void GuiMenu::render(const Eigen::Affine3f& parentTrans)
96
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected