From d1018abd5b913577f3b10b05cf065b1ac06ffd8c Mon Sep 17 00:00:00 2001 From: Connor McLaughlin Date: Tue, 13 Oct 2020 23:23:34 +1000 Subject: [PATCH] libretro: Fix incorrectly named CD-ROM Read Speedup option --- src/duckstation-libretro/libretro_host_interface.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/duckstation-libretro/libretro_host_interface.cpp b/src/duckstation-libretro/libretro_host_interface.cpp index 8a88f56cd..57ad9a4b1 100644 --- a/src/duckstation-libretro/libretro_host_interface.cpp +++ b/src/duckstation-libretro/libretro_host_interface.cpp @@ -482,7 +482,7 @@ static std::array s_option_definitions = {{ {{"true", "Enabled"}, {"false", "Disabled"}}, "false"}, {"duckstation_CDROM.ReadSpeedup", - "Mute CD Audio", + "CD-ROM Read Speedup", "Speeds up CD-ROM reads by the specified factor. Only applies to double-speed reads, and is ignored when audio " "is playing. May improve loading speeds in some games, at the cost of breaking others.", {{"1", "None (Double Speed)"},