MCPcopy Create free account
hub / github.com/Aloshi/EmulationStation / onExit

Function onExit

src/main.cpp:111–118  ·  view source on GitHub ↗

called on exit, assuming we get far enough to have the log initialized

Source from the content-addressed store, hash-verified

109
110//called on exit, assuming we get far enough to have the log initialized
111void onExit()
112{
113 Log::close();
114
115 #ifdef _RPI_
116 bcm_host_deinit();
117 #endif
118}
119
120int main(int argc, char* argv[])
121{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected