mirror of
https://git.zaroz.cloud/nintendo-back-up/yuzu/yuzu-mainline.git
synced 2025-12-15 23:22:40 +00:00
video_core: Misc resolution scaling related refactoring
This commit is contained in:
@@ -107,7 +107,7 @@ float Volume() {
|
||||
}
|
||||
|
||||
void UpdateRescalingInfo() {
|
||||
auto setup = values.resolution_setup.GetValue();
|
||||
const auto setup = values.resolution_setup.GetValue();
|
||||
auto& info = values.resolution_info;
|
||||
switch (setup) {
|
||||
case ResolutionSetup::Res1_2X:
|
||||
|
||||
Reference in New Issue
Block a user