Revert "Remove the Android display resolution selector"

This reverts commit ea0eaa31e6.
This commit is contained in:
Henrik Rydgård
2023-05-17 09:37:15 +02:00
parent 552746e2df
commit 4f1be34f24
10 changed files with 144 additions and 0 deletions
+3
View File
@@ -772,6 +772,9 @@ void RecreateActivity() {
UI::EventReturn TouchTestScreen::OnImmersiveModeChange(UI::EventParams &e) {
System_Notify(SystemNotification::IMMERSIVE_MODE_CHANGE);
if (g_Config.iAndroidHwScale != 0) {
RecreateActivity();
}
return UI::EVENT_DONE;
}