mirror of
https://github.com/RetroDECK/Duckstation.git
synced 2024-11-26 15:45:42 +00:00
Correct "Read Speedup" to "Seek Speedup"
This commit is contained in:
parent
b881c7e7c4
commit
da963d4e37
|
@ -2803,7 +2803,7 @@ void FullscreenUI::DrawConsoleSettingsPage()
|
||||||
"Speeds up CD-ROM reads by the specified factor. May improve loading speeds in some games, and break others.",
|
"Speeds up CD-ROM reads by the specified factor. May improve loading speeds in some games, and break others.",
|
||||||
"CDROM", "ReadSpeedup", 1, cdrom_read_speeds.data(), cdrom_read_speeds.size(), 1);
|
"CDROM", "ReadSpeedup", 1, cdrom_read_speeds.data(), cdrom_read_speeds.size(), 1);
|
||||||
DrawIntListSetting(
|
DrawIntListSetting(
|
||||||
bsi, "Read Speedup",
|
bsi, "Seek Speedup",
|
||||||
"Speeds up CD-ROM seeks by the specified factor. May improve loading speeds in some games, and break others.",
|
"Speeds up CD-ROM seeks by the specified factor. May improve loading speeds in some games, and break others.",
|
||||||
"CDROM", "SeekSpeedup", 1, cdrom_seek_speeds.data(), cdrom_seek_speeds.size());
|
"CDROM", "SeekSpeedup", 1, cdrom_seek_speeds.data(), cdrom_seek_speeds.size());
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue