| 157 | } |
| 158 | |
| 159 | void ROMFont::RenderEnd() |
| 160 | { |
| 161 | GXSetZMode(TRUE, GX_LEQUAL, TRUE); |
| 162 | GXSetColorUpdate(TRUE); |
| 163 | GXCopyDisp(mCurrentFrameBuffer, TRUE); |
| 164 | GXDrawDone(); |
| 165 | SwapBuffers(); |
| 166 | } |
| 167 | |
| 168 | void ROMFont::SwapBuffers() |
| 169 | { |
nothing calls this directly
no test coverage detected