Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PCSX2/pcsx2
/ cpuClearInt
Function
cpuClearInt
pcsx2/R5900.cpp:238–243 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
236
}
237
238
__fi void cpuClearInt( uint i )
239
{
240
pxAssume( i < 32 );
241
cpuRegs.interrupt &= ~(1 << i);
242
cpuRegs.dmastall &= ~(1 << i);
243
}
244
245
static __fi void TESTINT( u8 n, void (*callback)() )
246
{
Callers
2
DmaExec
Function · 0.85
TESTINT
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected