Change PostMessage to host->UpdateUI().

This commit is contained in:
The Dax 2013-09-04 11:21:33 -04:00
parent 00b1fd6a75
commit 471a9990e5

View file

@ -484,9 +484,7 @@ UI::EventReturn GameSettingsScreen::OnBack(UI::EventParams &e) {
Reporting::Enable(enableReports_, "report.ppsspp.org");
g_Config.Save();
#ifdef _WIN32
PostMessage(MainWindow::hwndMain, MainWindow::WM_USER_ATRAC_STATUS_CHANGED, 0, 0);
#endif
host->UpdateUI();
KeyMap::UpdateConfirmCancelKeys();