MCPcopy Create free account
hub / github.com/decaf-emu/decaf-emu / pause

Function pause

src/libdecaf/src/debug_api/debug_api_controller.cpp:116–124  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

114}
115
116bool
117pause()
118{
119 for (auto i = 0; i < 3; ++i) {
120 cpu::interrupt(i, cpu::DBGBREAK_INTERRUPT);
121 }
122
123 return true;
124}
125
126bool
127resume()

Callers 2

handleBreakMethod · 0.85
debugPauseMethod · 0.85

Calls 1

interruptFunction · 0.85

Tested by

no test coverage detected