mirror of
https://github.com/libretro/RetroArch
synced 2025-01-30 03:32:46 +00:00
add 21:9 aspect ratio
This commit is contained in:
parent
7dcc99980a
commit
637ded4ef1
@ -239,6 +239,7 @@ struct aspect_ratio_elem aspectratio_lut[ASPECT_RATIO_END] = {
|
||||
{ "16:9", 1.7778f },
|
||||
{ "16:10", 1.6f },
|
||||
{ "16:15", 16.0f / 15.0f },
|
||||
{ "21:9", 21.0f / 9.0f },
|
||||
{ "1:1", 1.0f },
|
||||
{ "2:1", 2.0f },
|
||||
{ "3:2", 1.5f },
|
||||
|
Loading…
x
Reference in New Issue
Block a user