mirror of
https://git.suyu.dev/suyu/suyu.git
synced 2026-01-29 15:03:32 +08: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