TextureCache: Modify Viewports/Scissors according to Rescale.
This commit is contained in:
parent
fcae5dab7b
commit
f6a665f295
6 changed files with 93 additions and 35 deletions
|
@ -849,6 +849,8 @@ void Config::ReadRendererValues() {
|
|||
ReadBasicSetting(Settings::values.disable_shader_loop_safety_checks);
|
||||
}
|
||||
|
||||
Settings::UpdateRescalingInfo();
|
||||
|
||||
qt_config->endGroup();
|
||||
}
|
||||
|
||||
|
@ -1402,6 +1404,8 @@ void Config::SaveRendererValues() {
|
|||
WriteBasicSetting(Settings::values.disable_shader_loop_safety_checks);
|
||||
}
|
||||
|
||||
Settings::UpdateRescalingInfo();
|
||||
|
||||
qt_config->endGroup();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue