libretro: Fix incorrectly named CD-ROM Read Speedup option

This commit is contained in:
Connor McLaughlin 2020-10-13 23:23:34 +10:00
parent 56c511b45c
commit d1018abd5b

View file

@ -482,7 +482,7 @@ static std::array<retro_core_option_definition, 36> 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)"},