mirror of
https://github.com/libretro/beetle-psx-libretro.git
synced 2024-11-24 01:09:51 +00:00
Correct earlier backport
This commit is contained in:
parent
d041538414
commit
ecb11ebf33
@ -1143,9 +1143,6 @@ int32_t PS_CDC::Update(const int32_t timestamp)
|
||||
break;
|
||||
}
|
||||
|
||||
Cur_CDIF->ReadRawSectorPWOnly(pwbuf, CurSector, false);
|
||||
DecodeSubQ(pwbuf);
|
||||
|
||||
DriveStatus = StatusAfterSeek;
|
||||
|
||||
if(DriveStatus != DS_PAUSED && DriveStatus != DS_STANDBY)
|
||||
|
Loading…
Reference in New Issue
Block a user