CDROM: Update position while seeking for GetlocP

Fixes track selection in WipEout.
This commit is contained in:
Connor McLaughlin
2020-05-20 01:52:53 +10:00
parent 7bb087fe73
commit 5d46556b7d
5 changed files with 90 additions and 22 deletions

View File

@ -33,6 +33,9 @@ public:
bool WaitForReadToComplete();
/// Bypasses the sector cache and reads directly from the image.
bool ReadSectorUncached(CDImage::LBA lba, CDImage::SubChannelQ* subq, SectorBuffer* data);
private:
void DoSectorRead();
void WorkerThreadEntryPoint();