Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
26
extern void __DSP_boot_task(DSPTaskInfo* task);
27
28
u32 DSPCheckMailToDSP(void)
29
{
30
return (__DSPRegs[0] >> 0xF) & 1;
31
}
32
33
u32 DSPCheckMailFromDSP(void)
34
{
Callers
5
__AXOutNewFrame
Function · 0.85
InitCallback
Function · 0.85
__DSPHandler
Function · 0.85
__DSP_exec_task
Function · 0.85
__DSP_boot_task
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected