From 91287c2e4cb01770569e36013d91f5fcdd4c7330 Mon Sep 17 00:00:00 2001 From: oddMLan Date: Sun, 14 Jun 2020 09:17:06 -0700 Subject: [PATCH] Reload config on SaveSettings --- src/GLideNUI-wtl/ConfigDlg.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/GLideNUI-wtl/ConfigDlg.cpp b/src/GLideNUI-wtl/ConfigDlg.cpp index e1c697ce..6383c2a8 100644 --- a/src/GLideNUI-wtl/ConfigDlg.cpp +++ b/src/GLideNUI-wtl/ConfigDlg.cpp @@ -226,7 +226,7 @@ void CConfigDlg::SaveSettings() { saveCustomRomSettings(m_strIniPath.c_str(), m_romName); else writeSettings(m_strIniPath.c_str()); - + Init(true); } LRESULT CConfigDlg::OnRestoreDefaults(WORD /*wNotifyCode*/, WORD /*wID*/, HWND /*hWndCtl*/, BOOL& /*bHandled*/) {