mirror of
https://github.com/RetroDECK/Duckstation.git
synced 2024-11-27 08:05:41 +00:00
Merge pull request #1022 from ggrtk/libretro-core-option-keys
libretro: Fix duplicated core option keys
This commit is contained in:
commit
5121426602
|
@ -681,7 +681,7 @@ static std::array<retro_core_option_definition, 40> s_option_definitions = {{
|
|||
"Automatically enables analog mode in supported controllers at start/reset.",
|
||||
{{"true", "Enabled"}, {"false", "Disabled"}},
|
||||
"false"},
|
||||
{"duckstation_Controller1.AutoEnableAnalog",
|
||||
{"duckstation_Controller1.AnalogDPadInDigitalMode",
|
||||
"Controller 1 Use Analog Sticks for D-Pad in Digital Mode",
|
||||
"Allows you to use the analog sticks to control the d-pad in digital mode, as well as the buttons.",
|
||||
{{"true", "Enabled"}, {"false", "Disabled"}},
|
||||
|
@ -701,7 +701,7 @@ static std::array<retro_core_option_definition, 40> s_option_definitions = {{
|
|||
"Automatically enables analog mode in supported controllers at start/reset.",
|
||||
{{"true", "Enabled"}, {"false", "Disabled"}},
|
||||
"false"},
|
||||
{"duckstation_Controller2.AutoEnableAnalog",
|
||||
{"duckstation_Controller2.AnalogDPadInDigitalMode",
|
||||
"Controller 2 Use Analog Sticks for D-Pad in Digital Mode",
|
||||
"Allows you to use the analog sticks to control the d-pad in digital mode, as well as the buttons.",
|
||||
{{"true", "Enabled"}, {"false", "Disabled"}},
|
||||
|
|
Loading…
Reference in a new issue