Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/doldecomp/mkdd
/ registerDspSyncCallback
Function
registerDspSyncCallback
libs/JSystem/JAudio/System/JASDriverIF.cpp:48–50 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
46
}
47
48
bool registerDspSyncCallback(JASDriverCallBack cb, void *arg) {
49
return sDspSyncCallback.regist(cb, arg);
50
}
51
52
bool registerSubFrameCallback(JASDriverCallBack cb, void *arg) {
53
return sSubFrameCallback.regist(cb, arg);
Callers
1
start
Method · 0.85
Calls
1
regist
Method · 0.45
Tested by
no test coverage detected