mirror of
https://github.com/libretro/beetle-pce-fast-libretro.git
synced 2024-11-23 07:50:03 +00:00
Update
This commit is contained in:
parent
111767c425
commit
b3b99f89f5
@ -417,7 +417,6 @@ int32_t CDAccess_CHD::MakeSubPQ(int32_t lba, uint8_t *SubPWBuf) const
|
||||
uint8_t pause_or = 0x00;
|
||||
bool track_found = false;
|
||||
|
||||
#if 0
|
||||
for (track = FirstTrack; track < (FirstTrack + NumTracks); track++)
|
||||
{
|
||||
if (lba >= (Tracks[track].LBA - Tracks[track].pregap_dv - Tracks[track].pregap) && lba < (Tracks[track].LBA + Tracks[track].sectors + Tracks[track].postgap))
|
||||
@ -429,7 +428,6 @@ int32_t CDAccess_CHD::MakeSubPQ(int32_t lba, uint8_t *SubPWBuf) const
|
||||
|
||||
if (!track_found)
|
||||
printf("Could not find track for sector %d\n!", lba);
|
||||
#endif
|
||||
|
||||
if (lba < Tracks[track].LBA)
|
||||
lba_relative = Tracks[track].LBA - 1 - lba;
|
||||
|
Loading…
Reference in New Issue
Block a user