MCPcopy Create free account
hub / github.com/dborth/fceugx / ExitCleanup

Function ExitCleanup

source/system.cpp:206–217  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

204}
205
206static void ExitCleanup()
207{
208 ShutdownAudio();
209 StopGX();
210
211 HaltDeviceThread();
212 UnmountAllFAT();
213
214#ifdef HW_RVL
215 DI_Close();
216#endif
217}
218
219#ifdef HW_DOL
220 #define PSOSDLOADID 0x7c6000a6

Callers 1

SystemExitFunction · 0.85

Calls 4

ShutdownAudioFunction · 0.85
StopGXFunction · 0.85
HaltDeviceThreadFunction · 0.85
UnmountAllFATFunction · 0.85

Tested by

no test coverage detected