mirror of
https://git.zaroz.cloud/nintendo-back-up/yuzu/yuzu-mainline.git
synced 2025-03-21 01:53:15 +00:00
CPP
This commit is contained in:
parent
bb2aec00a2
commit
4294429a07
@ -153,6 +153,14 @@ void UpdateRescalingInfo() {
|
||||
info.up_scale = 6;
|
||||
info.down_shift = 0;
|
||||
break;
|
||||
case ResolutionSetup::Res7X:
|
||||
info.up_scale = 7;
|
||||
info.down_shift = 0;
|
||||
break;
|
||||
case ResolutionSetup::Res8X:
|
||||
info.up_scale = 8;
|
||||
info.down_shift = 0;
|
||||
break;
|
||||
default:
|
||||
ASSERT(false);
|
||||
info.up_scale = 1;
|
||||
|
Loading…
Reference in New Issue
Block a user