TextureCache: Modify Viewports/Scissors according to Rescale.
This commit is contained in:
parent
71ca84d829
commit
778700ff9d
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