MCPcopy 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
245static __fi void TESTINT( u8 n, void (*callback)() )
246{

Callers 2

DmaExecFunction · 0.85
TESTINTFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected