GPU: Add auto (game native) aspect ratio
This commit is contained in:
@ -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.",
|
||||
|
||||
Reference in New Issue
Block a user