Fix issue where render resolution wasn't applied correctly.
This commit is contained in:
parent
11c1b539e0
commit
7c72fa06ee
1 changed files with 1 additions and 0 deletions
|
@ -1247,6 +1247,7 @@ UI::EventReturn GameSettingsScreen::OnResolutionChange(UI::EventParams &e) {
|
|||
RecreateActivity();
|
||||
}
|
||||
Reporting::UpdateConfig();
|
||||
NativeMessageReceived("gpu_renderResized", "");
|
||||
return UI::EVENT_DONE;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue