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

Method waitBlanking

libs/JSystem/JFramework/JFWDisplay.cpp:373–377  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

371}
372
373void JFWDisplay::waitBlanking(int param_0) {
374 while (param_0-- > 0) {
375 waitForTick(mTickRate, mFrameRate);
376 }
377}
378
379void waitForTick(u32 p1, u16 p2) {
380 if (p1 != 0) {

Callers

nothing calls this directly

Calls 1

waitForTickFunction · 0.85

Tested by

no test coverage detected