MCPcopy 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
171void _SPR0interleave()
172{

Callers 1

_dmaSPR0Function · 0.85

Calls 2

_SPR0chainFunction · 0.85
CPU_INTFunction · 0.85

Tested by

no test coverage detected