Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bfbbdecomp/bfbb
/ SIClearTCInterrupt
Function
SIClearTCInterrupt
src/dolphin/src/si/SIBios.c:75–83 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
73
}
74
75
inline void SIClearTCInterrupt()
76
{
77
u32 reg;
78
79
reg = __SIRegs[13];
80
reg |= 0x80000000;
81
reg &= ~0x00000001;
82
__SIRegs[13] = reg;
83
}
84
85
static u32 CompleteTransfer()
86
{
Callers
1
CompleteTransfer
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected