CDROM: Update position while seeking for GetlocP
Fixes track selection in WipEout.
This commit is contained in:
@ -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();
|
||||
|
||||
Reference in New Issue
Block a user