MCPcopy 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
51bool DebugInterface::isCpuPaused()
52{
53 return VMManager::GetState() == VMState::Paused;
54}
55
56void DebugInterface::pauseCpu()
57{

Callers 6

onStepIntoMethod · 0.80
onStepOverMethod · 0.80
onStepOutMethod · 0.80
UpdateMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected