Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
cpuTestHwInts
Function · 0.85
Calls
2
_cpuTestPERF
Function · 0.85
_cpuTestTIMR
Function · 0.85
Tested by
no test coverage detected