CDROM: Jump to seek target on pause while seeking

Fixes music in No Fear Downhill Mountain Biking, but needs more hardware
tests to confirm the behavior here.
This commit is contained in:
Connor McLaughlin
2021-04-21 01:44:29 +10:00
parent 52934aa563
commit e64f8cc2c5
2 changed files with 20 additions and 7 deletions

View File

@ -264,6 +264,8 @@ private:
TickCount GetTicksForSeek(CDImage::LBA new_lba);
TickCount GetTicksForStop(bool motor_was_on);
CDImage::LBA GetNextSectorToBeRead();
bool CompleteSeek();
void BeginCommand(Command command); // also update status register
void EndCommand(); // also updates status register
void AbortCommand();