mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-15 11:18:36 +12:00
rsx_debugger: save/restore table header states
This commit is contained in:
parent
4899e35fbb
commit
d97d30ea2e
2 changed files with 14 additions and 1 deletions
|
@ -150,6 +150,7 @@ namespace gui
|
|||
const gui_save d_centerPC = gui_save(debugger, "centerPC", false);
|
||||
|
||||
const gui_save rsx_geometry = gui_save(rsx, "geometry", QByteArray());
|
||||
const gui_save rsx_states = gui_save(rsx, "states", QVariantMap());
|
||||
|
||||
const gui_save m_currentConfig = gui_save(meta, "currentConfig", QObject::tr("CurrentSettings"));
|
||||
const gui_save m_currentStylesheet = gui_save(meta, "currentStylesheet", Default);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue