From 881d21985d1297b4daa4fd31f0939ccdee5235b6 Mon Sep 17 00:00:00 2001 From: Connor McLaughlin Date: Mon, 17 Aug 2020 11:41:31 +1000 Subject: [PATCH] libretro: Fix load devices from state option --- src/duckstation-libretro/libretro_host_interface.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/duckstation-libretro/libretro_host_interface.cpp b/src/duckstation-libretro/libretro_host_interface.cpp index a15ae4655..35d0d1153 100644 --- a/src/duckstation-libretro/libretro_host_interface.cpp +++ b/src/duckstation-libretro/libretro_host_interface.cpp @@ -494,9 +494,9 @@ static std::array s_option_definitions = {{ "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"}, - {"duckstation_MemoryCards.LoadFromSaveStates", - "Load Memory Cards From Save States", - "Sets whether the contents of memory cards will be loaded when a save state is loaded.", + {"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.", {{"true", "Enabled"}, {"false", "Disabled"}}, "false"}, {"duckstation_MemoryCards.Card1Type",