| 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. |
nothing calls this directly
no test coverage detected