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

Method resumeCpu

pcsx2/DebugTools/DebugInterface.cpp:61–64  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

59}
60
61void DebugInterface::resumeCpu()
62{
63 VMManager::SetPaused(false);
64}
65
66char* DebugInterface::stringFromPointer(u32 p)
67{

Callers 5

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

Calls

no outgoing calls

Tested by

no test coverage detected