MCPcopy Create free account
hub / github.com/devkitPro/libctru / dspExit

Function dspExit

libctru/source/services/dsp.c:51–56  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

49}
50
51void dspExit(void)
52{
53 if (AtomicDecrement(&dspRefCount)) return;
54 DSP_UnloadComponent();
55 svcCloseHandle(dspHandle);
56}
57
58bool dspIsComponentLoaded(void)
59{

Callers 2

ndspInitFunction · 0.85
ndspExitFunction · 0.85

Calls 1

DSP_UnloadComponentFunction · 0.85

Tested by

no test coverage detected