mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2025-02-16 20:15:38 +00:00
Fixed a typo where the 32:9 aspect ratio was referred to as 32:0
This commit is contained in:
parent
706727ff96
commit
7b4cfefbc4
|
@ -77,7 +77,7 @@ std::vector<std::pair<std::string, std::string>> ThemeData::sSupportedAspectRati
|
|||
{"20:9_vertical", "20:9 vertical"},
|
||||
{"21:9", "21:9"},
|
||||
{"21:9_vertical", "21:9 vertical"},
|
||||
{"32:9", "32:0"},
|
||||
{"32:9", "32:9"},
|
||||
{"32:9_vertical", "32:9 vertical"},
|
||||
{"1:1", "1:1"}};
|
||||
|
||||
|
|
Loading…
Reference in a new issue