mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-06-11 14:27:57 -05: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