mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-19 02:15:47 -04:00
GPU: Add option to force 4:3 for 24-bit content (e.g. FMVs)
This commit is contained in:
@ -445,7 +445,7 @@ void LibretroHostInterface::OnSystemDestroyed()
|
||||
m_using_hardware_renderer = false;
|
||||
}
|
||||
|
||||
static std::array<retro_core_option_definition, 32> s_option_definitions = {{
|
||||
static std::array<retro_core_option_definition, 33> s_option_definitions = {{
|
||||
{"duckstation_Console.Region",
|
||||
"Console Region",
|
||||
"Determines which region/hardware to emulate. Auto-Detect will use the region of the disc inserted.",
|
||||
@ -547,6 +547,11 @@ static std::array<retro_core_option_definition, 32> s_option_definitions = {{
|
||||
"others will break.",
|
||||
{{"true", "Enabled"}, {"false", "Disabled"}},
|
||||
"false"},
|
||||
{"duckstation_Display.Force4_3For24Bit",
|
||||
"Force 4:3 For 24-Bit Display",
|
||||
"Switches back to 4:3 display aspect ratio when displaying 24-bit content, usually FMVs.",
|
||||
{{"true", "Enabled"}, {"false", "Disabled"}},
|
||||
"false"},
|
||||
{"duckstation_GPU.TextureFilter",
|
||||
"Texture Filtering",
|
||||
"Smooths out the blockyness of magnified textures on 3D object by using bilinear filtering. Will have a "
|
||||
|
Reference in New Issue
Block a user