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

Function cpuTestTIMRInts

pcsx2/R5900.cpp:497–504  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

495}
496
497__fi void cpuTestTIMRInts()
498{
499 if ((cpuRegs.CP0.n.Status.val & 0x10007) == 0x10001)
500 {
501 _cpuTestPERF();
502 _cpuTestTIMR();
503 }
504}
505
506__fi void cpuTestHwInts()
507{

Callers 1

cpuTestHwIntsFunction · 0.85

Calls 2

_cpuTestPERFFunction · 0.85
_cpuTestTIMRFunction · 0.85

Tested by

no test coverage detected