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

Function GXSetDrawDoneCallback

src/dolphin/src/gx/GXMisc.c:300–310  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

298}
299
300GXDrawDoneCallback GXSetDrawDoneCallback(GXDrawDoneCallback cb)
301{
302 GXDrawDoneCallback oldcb;
303 BOOL enabled;
304
305 oldcb = DrawDoneCB;
306 enabled = OSDisableInterrupts();
307 DrawDoneCB = cb;
308 OSRestoreInterrupts(enabled);
309 return oldcb;
310}
311
312static void GXFinishInterruptHandler(__OSInterrupt interrupt, OSContext* context)
313{

Callers 1

__GXShutdownFunction · 0.85

Calls 1

OSDisableInterruptsFunction · 0.85

Tested by

no test coverage detected