Correct "Read Speedup" to "Seek Speedup"

This commit is contained in:
RSDuck 2022-12-03 11:55:28 +01:00
parent b881c7e7c4
commit da963d4e37
1 changed files with 1 additions and 1 deletions

View File

@ -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.",
"CDROM", "ReadSpeedup", 1, cdrom_read_speeds.data(), cdrom_read_speeds.size(), 1);
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.",
"CDROM", "SeekSpeedup", 1, cdrom_seek_speeds.data(), cdrom_seek_speeds.size());