GPU: Add auto (game native) aspect ratio

This commit is contained in:
Albert Liu
2020-12-11 21:37:53 -08:00
parent b4fb1e20d8
commit de8f03bd75
8 changed files with 49 additions and 12 deletions

View File

@ -704,7 +704,8 @@ static std::array<retro_core_option_definition, 49> s_option_definitions = {{
{"duckstation_Display.AspectRatio",
"Aspect Ratio",
"Sets the core-provided aspect ratio.",
{{"4:3", "4:3"},
{{"Auto", "Auto (Game Native)"},
{"4:3", "4:3"},
{"16:9", "16:9"},
{"16:10", "16:10"},
{"19:9", "19:9"},
@ -715,7 +716,7 @@ static std::array<retro_core_option_definition, 49> s_option_definitions = {{
{"2:1 (VRAM 1:1)", "2:1 (VRAM 1:1)"},
{"1:1", "1:1"},
{"PAR 1:1", "PAR 1:1"}},
"4:3"},
"Auto"},
{"duckstation_Main.LoadDevicesFromSaveStates",
"Load Devices From Save States",
"Sets whether the contents of devices and memory cards will be loaded when a save state is loaded.",