Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PCSX2/pcsx2
/ SPR1chain
Function
SPR1chain
pcsx2/SPR.cpp:384–389 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
382
}
383
384
__fi void SPR1chain()
385
{
386
int cycles = 0;
387
cycles = _SPR1chain() * BIAS;
388
CPU_INT(DMAC_TO_SPR, cycles);
389
}
390
391
void _SPR1interleave()
392
{
Callers
1
_dmaSPR1
Function · 0.85
Calls
2
_SPR1chain
Function · 0.85
CPU_INT
Function · 0.85
Tested by
no test coverage detected