mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-20 12:55:45 +00:00
1.5X resolution scaler option
This commit is contained in:
parent
c45b1d8723
commit
cf9e60d883
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