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
b3b99f89f5
commit
46ffcf3d7a
@ -426,9 +426,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);
|
||||
|
||||
if (lba < Tracks[track].LBA)
|
||||
lba_relative = Tracks[track].LBA - 1 - lba;
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user