Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
51
void dspExit(void)
52
{
53
if (AtomicDecrement(&dspRefCount)) return;
54
DSP_UnloadComponent();
55
svcCloseHandle(dspHandle);
56
}
57
58
bool dspIsComponentLoaded(void)
59
{
Callers
2
ndspInit
Function · 0.85
ndspExit
Function · 0.85
Calls
1
DSP_UnloadComponent
Function · 0.85
Tested by
no test coverage detected