Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bfbbdecomp/bfbb
/ DSPReadMailFromDSP
Function
DSPReadMailFromDSP
src/dolphin/src/dsp/dsp.c:38–45 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
36
}
37
38
u32 DSPReadMailFromDSP()
39
{
40
u16 reg1;
41
u16 reg2;
42
reg1 = __DSPRegs[2];
43
reg2 = __DSPRegs[3];
44
return reg1 << 16 | reg2;
45
}
46
47
void DSPSendMailToDSP(u32 mail)
48
{
Callers
2
__DSPHandler
Function · 0.85
__DSP_boot_task
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected