mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Change PostMessage to host->UpdateUI().
This commit is contained in:
parent
00b1fd6a75
commit
471a9990e5
1 changed files with 1 additions and 3 deletions
|
@ -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();
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue