Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
116
bool
117
pause()
118
{
119
for (auto i = 0; i < 3; ++i) {
120
cpu::interrupt(i, cpu::DBGBREAK_INTERRUPT);
121
}
122
123
return true;
124
}
125
126
bool
127
resume()
Callers
2
handleBreak
Method · 0.85
debugPause
Method · 0.85
Calls
1
interrupt
Function · 0.85
Tested by
no test coverage detected