MCPcopy Create free account
hub / github.com/PCSX2/pcsx2 / EEsif1Interrupt

Function EEsif1Interrupt

pcsx2/Sif1.cpp:311–315  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

309}
310
311__fi void EEsif1Interrupt()
312{
313 hwDmacIrq(DMAC_SIF1);
314 sif1ch.chcr.STR = false;
315}
316
317// Do almost exactly the same thing as psxDma10 in IopDma.cpp.
318// Main difference is this checks for iop, where psxDma10 checks for ee.

Callers

nothing calls this directly

Calls 1

hwDmacIrqFunction · 0.85

Tested by

no test coverage detected