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

Function DSPCancelTask

src/dolphin/src/dsp/dsp.c:103–113  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

101}
102
103DSPTaskInfo* DSPCancelTask(DSPTaskInfo* task)
104{
105 BOOL old;
106
107 old = OSDisableInterrupts();
108
109 task->flags |= 2;
110
111 OSRestoreInterrupts(old);
112 return task;
113}
114
115DSPTaskInfo* DSPAssertTask(DSPTaskInfo* task)
116{

Callers 1

__AXOutQuitFunction · 0.85

Calls 1

OSDisableInterruptsFunction · 0.85

Tested by

no test coverage detected