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

Function callDirectDraw

libs/JSystem/JFramework/JFWDisplay.cpp:82–87  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

80}
81
82void callDirectDraw() {
83 JUTChangeFrameBuffer(JUTXfb::getManager()->getDrawingXfb(),
84 JUTVideo::getManager()->getEfbHeight(),
85 JUTVideo::getManager()->getFbWidth());
86 JUTAssertion::flushMessage();
87}
88
89void JFWDisplay::prepareCopyDisp() {
90 u16 width = JUTVideo::getManager()->getFbWidth();

Callers 2

exchangeXfb_doubleMethod · 0.85
exchangeXfb_tripleMethod · 0.85

Calls 5

JUTChangeFrameBufferFunction · 0.85
flushMessageFunction · 0.85
getDrawingXfbMethod · 0.80
getFbWidthMethod · 0.80
getEfbHeightMethod · 0.45

Tested by

no test coverage detected