Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PCSX2/pcsx2
/ SPR0chain
Function
SPR0chain
pcsx2/SPR.cpp:165–169 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
163
}
164
165
__fi void SPR0chain()
166
{
167
const int cycles = _SPR0chain() * BIAS;
168
CPU_INT(DMAC_FROM_SPR, cycles);
169
}
170
171
void _SPR0interleave()
172
{
Callers
1
_dmaSPR0
Function · 0.85
Calls
2
_SPR0chain
Function · 0.85
CPU_INT
Function · 0.85
Tested by
no test coverage detected