CDROM: Read last delivered sector when pausing and reading without seek

Fixes Adidas Pro Soccer, Bedlem, Rise 2.
This commit is contained in:
Connor McLaughlin
2020-05-13 00:13:57 +10:00
parent d866bd9cb8
commit d6f6154380
3 changed files with 33 additions and 29 deletions

View File

@ -262,7 +262,7 @@ private:
u8 m_pending_async_interrupt = 0;
CDImage::Position m_setloc_position = {};
CDImage::LBA m_last_requested_sector{};
CDImage::LBA m_last_sector_lba{};
bool m_setloc_pending = false;
bool m_read_after_seek = false;
bool m_play_after_seek = false;