video_core: Misc resolution scaling related refactoring
This commit is contained in:
parent
88ef04dbaf
commit
31478c6c1b
8 changed files with 51 additions and 47 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue