MCPcopy 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
391void _SPR1interleave()
392{

Callers 1

_dmaSPR1Function · 0.85

Calls 2

_SPR1chainFunction · 0.85
CPU_INTFunction · 0.85

Tested by

no test coverage detected