Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PCSX2/pcsx2
/ cpuOverride
Method
cpuOverride
pcsx2-qt/Debugger/DebuggerView.cpp:97–100 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
95
}
96
97
std::optional<BreakPointCpu> DebuggerView::cpuOverride() const
98
{
99
return m_cpu_override;
100
}
101
102
bool DebuggerView::setCpuOverride(std::optional<BreakPointCpu> new_cpu)
103
{
Callers
4
DockLayout
Method · 0.80
recreateDebuggerView
Method · 0.80
save
Method · 0.80
openContextMenu
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected