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

Method endRender

libs/JSystem/JFramework/JFWDisplay.cpp:321–340  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

319}
320
321void JFWDisplay::endRender() {
322 endGX();
323
324 if (mIsWaiting) {
325 switch (JUTXfb::getManager()->getBufferNum())
326 {
327 case 1:
328 drawendXfb_single();
329 case 2:
330 break;
331 case 3:
332 copyXfb_triple();
333 default:
334 break;
335 }
336 }
337
338 JUTProcBar::getManager()->cpuStart();
339 calcCombinationRatio();
340}
341
342void JFWDisplay::endFrame() {
343 JUTProcBar::getManager()->cpuEnd();

Callers 1

endRenderFunction · 0.80

Calls 2

getBufferNumMethod · 0.80
cpuStartMethod · 0.80

Tested by

no test coverage detected