Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PCSX2/pcsx2
/ hwIntcIrq
Function
hwIntcIrq
pcsx2/Hw.cpp:103–107 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
101
}
102
103
void hwIntcIrq(int n)
104
{
105
psHu32(INTC_STAT) |= 1<<n;
106
if(psHu32(INTC_MASK) & (1<<n))cpuTestINTCInts();
107
}
108
109
void hwDmacIrq(int n)
110
{
Callers
15
vif1Interrupt
Function · 0.85
gsIrq
Function · 0.85
_vu1Exec
Function · 0.85
vifMFIFOInterrupt
Function · 0.85
_vu0Exec
Function · 0.85
VSyncStart
Function · 0.85
VSyncEnd
Function · 0.85
_cpuTestTarget
Function · 0.85
_cpuTestOverflow
Function · 0.85
Get_MTVUChanges
Method · 0.85
vif0Interrupt
Function · 0.85
Execute
Method · 0.85
Calls
1
cpuTestINTCInts
Function · 0.85
Tested by
no test coverage detected