mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-10-09 09:38:56 +00:00
Purge wx elements of the console.
This commit is contained in:
parent
d45351a43f
commit
8d57f38be7
11 changed files with 10 additions and 137 deletions
|
@ -184,7 +184,6 @@ void SConfig::SaveSettings()
|
|||
ini.Set("Interface", "ShowStatusbar", m_InterfaceStatusbar);
|
||||
ini.Set("Interface", "ShowLogWindow", m_InterfaceLogWindow);
|
||||
ini.Set("Interface", "ShowLogConfigWindow", m_InterfaceLogConfigWindow);
|
||||
ini.Set("Interface", "ShowConsole", m_InterfaceConsole);
|
||||
ini.Set("Interface", "ThemeName40", m_LocalCoreStartupParameter.theme_name);
|
||||
|
||||
// Hotkeys
|
||||
|
@ -332,7 +331,6 @@ void SConfig::LoadSettings()
|
|||
ini.Get("Interface", "ShowStatusbar", &m_InterfaceStatusbar, true);
|
||||
ini.Get("Interface", "ShowLogWindow", &m_InterfaceLogWindow, false);
|
||||
ini.Get("Interface", "ShowLogConfigWindow", &m_InterfaceLogConfigWindow, false);
|
||||
ini.Get("Interface", "ShowConsole", &m_InterfaceConsole, false);
|
||||
ini.Get("Interface", "ThemeName40", &m_LocalCoreStartupParameter.theme_name, "Clean");
|
||||
|
||||
// Hotkeys
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue