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

Method saveCurrentLayout

pcsx2-qt/Debugger/Docking/DockManager.cpp:283–289  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

281}
282
283bool DockManager::saveCurrentLayout()
284{
285 if (m_current_layout == DockLayout::INVALID_INDEX)
286 return true;
287
288 return m_layouts.at(m_current_layout).save(m_current_layout);
289}
290
291void DockManager::resetAllLayouts()
292{

Callers 1

closeEventMethod · 0.80

Calls 2

atMethod · 0.80
saveMethod · 0.45

Tested by

no test coverage detected