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

Function endFrame

src/Osako/system.cpp:388–396  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

386 }
387
388 void endFrame() {
389#ifdef DEBUG
390 SysDebug::getManager()->ctrlDebugMode();
391#endif
392 mspDisplay->endFrame();
393 if(MoviePlayer::sPlayer) {
394 MoviePlayer::sPlayer->drawDone();
395 }
396 }
397
398 void run() {
399 // not sure if this is how it was originally written however the functions match in size

Callers 1

runFunction · 0.85

Calls 3

ctrlDebugModeMethod · 0.80
endFrameMethod · 0.80
drawDoneMethod · 0.80

Tested by

no test coverage detected