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

Method RenderEnd

src/SB/Core/gc/iTRC.cpp:159–166  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

157}
158
159void ROMFont::RenderEnd()
160{
161 GXSetZMode(TRUE, GX_LEQUAL, TRUE);
162 GXSetColorUpdate(TRUE);
163 GXCopyDisp(mCurrentFrameBuffer, TRUE);
164 GXDrawDone();
165 SwapBuffers();
166}
167
168void ROMFont::SwapBuffers()
169{

Callers

nothing calls this directly

Calls 4

GXSetZModeFunction · 0.85
GXSetColorUpdateFunction · 0.85
GXCopyDispFunction · 0.85
GXDrawDoneFunction · 0.85

Tested by

no test coverage detected