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