Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PCSX2/pcsx2
/ getCPCOND0
Method
getCPCOND0
pcsx2/DebugTools/DebugInterface.cpp:561–564 ·
view source on GitHub ↗
Taken from COP0.cpp
Source
from the content-addressed store, hash-verified
559
560
// Taken from COP0.cpp
561
bool R5900DebugInterface::getCPCOND0()
562
{
563
return (((dmacRegs.stat.CIS | ~dmacRegs.pcr.CPC) & 0x3FF) == 0x3ff);
564
}
565
566
void R5900DebugInterface::setPc(u32 newPc)
567
{
Callers
1
GetOpcodeInfo
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected