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",