CDImage: Add helper for checking for SBI

This commit is contained in:
Connor McLaughlin
2020-12-18 03:01:57 +10:00
parent 4232ef7bf3
commit 627008f34c
6 changed files with 32 additions and 0 deletions

View File

@ -242,6 +242,9 @@ public:
// Reads sub-channel Q for the current LBA.
virtual bool ReadSubChannelQ(SubChannelQ* subq);
// Returns true if the image has replacement subchannel data.
virtual bool HasNonStandardSubchannel() const;
// Reads a single sector from an index.
virtual bool ReadSectorFromIndex(void* buffer, const Index& index, LBA lba_in_index) = 0;