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

Method setCpu

pcsx2-qt/Debugger/Docking/DockLayout.cpp:138–149  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

136}
137
138void DockLayout::setCpu(BreakPointCpu cpu)
139{
140 m_cpu = cpu;
141
142 for (auto& [unique_name, widget] : m_widgets)
143 {
144 pxAssert(widget.get());
145
146 if (!widget->setCpu(DebugInterface::get(cpu)))
147 recreateDebuggerView(unique_name);
148 }
149}
150
151void DockLayout::freeze()
152{

Callers 1

editLayoutClickedMethod · 0.45

Calls 2

getFunction · 0.50
getMethod · 0.45

Tested by

no test coverage detected