mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-04-27 14:15:43 -04:00
libretro: Fix incorrectly named CD-ROM Read Speedup option
This commit is contained in:
parent
56c511b45c
commit
d1018abd5b
@ -482,7 +482,7 @@ static std::array<retro_core_option_definition, 36> s_option_definitions = {{
|
|||||||
{{"true", "Enabled"}, {"false", "Disabled"}},
|
{{"true", "Enabled"}, {"false", "Disabled"}},
|
||||||
"false"},
|
"false"},
|
||||||
{"duckstation_CDROM.ReadSpeedup",
|
{"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 "
|
"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.",
|
"is playing. May improve loading speeds in some games, at the cost of breaking others.",
|
||||||
{{"1", "None (Double Speed)"},
|
{{"1", "None (Double Speed)"},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user