MCPcopy 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
48bool registerDspSyncCallback(JASDriverCallBack cb, void *arg) {
49 return sDspSyncCallback.regist(cb, arg);
50}
51
52bool registerSubFrameCallback(JASDriverCallBack cb, void *arg) {
53 return sSubFrameCallback.regist(cb, arg);

Callers 1

startMethod · 0.85

Calls 1

registMethod · 0.45

Tested by

no test coverage detected