1.5X resolution scaler option
This commit is contained in:
parent
0e8f98a441
commit
3ba53f2511
3 changed files with 15 additions and 5 deletions
|
@ -129,6 +129,10 @@ void UpdateRescalingInfo() {
|
|||
info.up_scale = 1;
|
||||
info.down_shift = 0;
|
||||
break;
|
||||
case ResolutionSetup::Res3_2X:
|
||||
info.up_scale = 3;
|
||||
info.down_shift = 1;
|
||||
break;
|
||||
case ResolutionSetup::Res2X:
|
||||
info.up_scale = 2;
|
||||
info.down_shift = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue