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

Method pauseCpu

pcsx2/DebugTools/DebugInterface.cpp:56–59  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

54}
55
56void DebugInterface::pauseCpu()
57{
58 VMManager::SetPaused(true);
59}
60
61void DebugInterface::resumeCpu()
62{

Callers 1

UpdateMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected