mirror of
https://github.com/RetroDECK/Duckstation.git
synced 2024-11-23 06:15:38 +00:00
libretro: Fix load devices from state option
This commit is contained in:
parent
8d0053c2d0
commit
881d21985d
|
@ -494,9 +494,9 @@ static std::array<retro_core_option_definition, 30> s_option_definitions = {{
|
||||||
"Sets the core-provided aspect ratio.",
|
"Sets the core-provided aspect ratio.",
|
||||||
{{"4:3", "4:3"}, {"16:9", "16:9"}, {"2:1", "2:1 (VRAM 1:1)"}, {"1:1", "1:1"}},
|
{{"4:3", "4:3"}, {"16:9", "16:9"}, {"2:1", "2:1 (VRAM 1:1)"}, {"1:1", "1:1"}},
|
||||||
"4:3"},
|
"4:3"},
|
||||||
{"duckstation_MemoryCards.LoadFromSaveStates",
|
{"duckstation_Main.LoadDevicesFromSaveStates",
|
||||||
"Load Memory Cards From Save States",
|
"Load Devices From Save States",
|
||||||
"Sets whether the contents of memory cards will be loaded when a save state is loaded.",
|
"Sets whether the contents of devices and memory cards will be loaded when a save state is loaded.",
|
||||||
{{"true", "Enabled"}, {"false", "Disabled"}},
|
{{"true", "Enabled"}, {"false", "Disabled"}},
|
||||||
"false"},
|
"false"},
|
||||||
{"duckstation_MemoryCards.Card1Type",
|
{"duckstation_MemoryCards.Card1Type",
|
||||||
|
|
Loading…
Reference in a new issue