MCPcopy Create free account
hub / github.com/bfbbdecomp/bfbb / GXDrawDone

Function GXDrawDone

src/dolphin/src/gx/GXMisc.c:157–165  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

155}
156
157void GXDrawDone(void)
158{
159 // GXSetDrawDone uses GXFlush()
160 // This functions requires less lines in GXFlush
161 // but then GXFlush doesnt match
162 CHECK_GXBEGIN(566, "GXDrawDone");
163 GXSetDrawDone();
164 GXWaitDrawDone();
165}
166
167void GXPixModeSync(void)
168{

Callers 1

RenderEndMethod · 0.85

Calls 2

GXSetDrawDoneFunction · 0.85
GXWaitDrawDoneFunction · 0.85

Tested by

no test coverage detected