mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2024-11-26 12:45:37 +01:00
uisettings: Add TODO for stretched aspect being ignored
This commit is contained in:
parent
e28b936950
commit
6af8cca2c1
@ -46,6 +46,7 @@ u32 CalculateWidth(u32 height, Settings::AspectRatio ratio) {
|
|||||||
return height * 16 / 10;
|
return height * 16 / 10;
|
||||||
case Settings::AspectRatio::R16_9:
|
case Settings::AspectRatio::R16_9:
|
||||||
case Settings::AspectRatio::Stretch:
|
case Settings::AspectRatio::Stretch:
|
||||||
|
// TODO: Move this function wherever appropriate to implement Stretched aspect
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
return height * 16 / 9;
|
return height * 16 / 9;
|
||||||
|
Loading…
Reference in New Issue
Block a user