Support custom and match display aspect ratios

This commit is contained in:
Connor McLaughlin
2021-04-29 02:42:08 +10:00
parent 48bc152a63
commit 256f272768
19 changed files with 283 additions and 112 deletions

View File

@ -492,7 +492,7 @@ float GPU::GetDisplayAspectRatio() const
}
else
{
return Settings::GetDisplayAspectRatioValue(g_settings.display_aspect_ratio);
return g_settings.GetDisplayAspectRatioValue();
}
}