Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PCSX2/pcsx2
/ isCpuPaused
Method
isCpuPaused
pcsx2/DebugTools/DebugInterface.cpp:51–54 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
49
}
50
51
bool DebugInterface::isCpuPaused()
52
{
53
return VMManager::GetState() == VMState::Paused;
54
}
55
56
void DebugInterface::pauseCpu()
57
{
Callers
6
contextPasteInstructionText
Method · 0.80
contextAssembleInstruction
Method · 0.80
onStepInto
Method · 0.80
onStepOver
Method · 0.80
onStepOut
Method · 0.80
Update
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected