MCPcopy Create free account
hub / github.com/doldecomp/mkdd / waitSubFrame

Function waitSubFrame

libs/JSystem/JAudio/System/JASDriverIF.cpp:34–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32}
33
34void waitSubFrame() {
35 u32 sf_start = getSubFrameCounter();
36 do {
37 OSYieldThread();
38 } while (sf_start == getSubFrameCounter());
39}
40
41int rejectCallback(JASDriverCallBack cb, void *arg) {
42 int ret = sDspSyncCallback.reject(cb, arg);

Callers 1

stopAudibleSoundsSyncMethod · 0.85

Calls 2

getSubFrameCounterFunction · 0.85
OSYieldThreadFunction · 0.85

Tested by

no test coverage detected