1
0
mirror of https://github.com/blawar/GLideN64.git synced 2024-07-02 09:03:37 +00:00

Reload config on SaveSettings

This commit is contained in:
oddMLan 2020-06-14 09:17:06 -07:00 committed by Sergey Lipskiy
parent 71afc19427
commit 91287c2e4c

View File

@ -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*/) {