Common: Add a CD image hasher class

This commit is contained in:
Connor McLaughlin
2020-06-08 01:19:35 +10:00
parent 06f5c3710d
commit 8b04b74f27
7 changed files with 165 additions and 0 deletions

View File

@ -182,6 +182,8 @@ public:
LBA GetTrackLength(u8 track) const;
Position GetTrackMSFLength(u8 track) const;
TrackMode GetTrackMode(u8 track) const;
LBA GetTrackIndexPosition(u8 track, u8 index) const;
LBA GetTrackIndexLength(u8 track, u8 index) const;
u32 GetFirstTrackNumber() const { return m_tracks.front().track_number; }
u32 GetLastTrackNumber() const { return m_tracks.back().track_number; }