CDROM: Reduce pause-while-paused delay

Tama no longer crashes, and this was what actually broke Sentou Kokka.
pull/3782/head
Stenzek 1 month ago
parent 400c269b40
commit d8d8a0816d
No known key found for this signature in database

@ -1775,7 +1775,7 @@ TickCount CDROM::GetTicksForSeek(CDImage::LBA new_lba, bool ignore_speed_change)
TickCount CDROM::GetTicksForPause()
{
if (!IsReadingOrPlaying())
return 27000;
return 7400;
if (g_settings.cdrom_read_speedup == 0 && CanUseReadSpeedup())
{

Loading…
Cancel
Save