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

Function DSPCheckMailToDSP

src/dolphin/src/dsp/dsp.c:28–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26extern void __DSP_boot_task(DSPTaskInfo* task);
27
28u32 DSPCheckMailToDSP(void)
29{
30 return (__DSPRegs[0] >> 0xF) & 1;
31}
32
33u32 DSPCheckMailFromDSP(void)
34{

Callers 5

__AXOutNewFrameFunction · 0.85
InitCallbackFunction · 0.85
__DSPHandlerFunction · 0.85
__DSP_exec_taskFunction · 0.85
__DSP_boot_taskFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected