mirror of
https://github.com/libretro/ppsspp.git
synced 2025-02-08 01:59:41 +00: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
@ -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…
x
Reference in New Issue
Block a user