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

Function GXSetDrawDone

src/dolphin/src/gx/GXMisc.c:129–141  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

127}
128
129inline void GXSetDrawDone(void)
130{
131 u32 reg;
132 BOOL enabled;
133
134 CHECK_GXBEGIN(488, "GXSetDrawDone");
135 enabled = OSDisableInterrupts();
136 reg = 0x45000002;
137 GX_WRITE_RAS_REG(reg);
138 GXFlush();
139 DrawDone = 0;
140 OSRestoreInterrupts(enabled);
141}
142
143inline void GXWaitDrawDone(void)
144{

Callers 1

GXDrawDoneFunction · 0.85

Calls 2

OSDisableInterruptsFunction · 0.85
GXFlushFunction · 0.85

Tested by

no test coverage detected