mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Update the host UI to avoid an UI scaling issue after resetting settings to default.
This commit is contained in:
parent
3460efe186
commit
79af94f4aa
1 changed files with 2 additions and 0 deletions
|
@ -485,6 +485,8 @@ UI::EventReturn DeveloperToolsScreen::OnBack(UI::EventParams &e) {
|
|||
void DeveloperToolsScreen::CallbackRestoreDefaults(bool yes) {
|
||||
if(yes)
|
||||
g_Config.RestoreDefaults();
|
||||
|
||||
host->UpdateUI();
|
||||
}
|
||||
|
||||
UI::EventReturn DeveloperToolsScreen::OnRestoreDefaultSettings(UI::EventParams &e) {
|
||||
|
|
Loading…
Add table
Reference in a new issue