Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Aloshi/EmulationStation
/ deinit
Method
deinit
src/Window.cpp:74–79 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
72
}
73
74
void Window::deinit()
75
{
76
mInputManager->deinit();
77
mResourceManager.unloadAll();
78
Renderer::deinit();
79
}
80
81
void Window::input(InputConfig* config, Input input)
82
{
Callers
nothing calls this directly
Calls
2
unloadAll
Method · 0.80
deinit
Function · 0.70
Tested by
no test coverage detected