Skip to content
Snippets Groups Projects
Commit 6af8cca2 authored by lat9nq's avatar lat9nq
Browse files

uisettings: Add TODO for stretched aspect being ignored

parent e28b9369
No related branches found
No related tags found
No related merge requests found
......@@ -46,6 +46,7 @@ u32 CalculateWidth(u32 height, Settings::AspectRatio ratio) {
return height * 16 / 10;
case Settings::AspectRatio::R16_9:
case Settings::AspectRatio::Stretch:
// TODO: Move this function wherever appropriate to implement Stretched aspect
break;
}
return height * 16 / 9;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment