DiscIO: Add Volume::IsDatelDisc

This commit is contained in:
JosJuice
2020-07-04 14:51:13 +02:00
parent f9aaf8b971
commit f24566bf39
8 changed files with 21 additions and 6 deletions

View File

@ -79,6 +79,7 @@ public:
std::vector<u32> GetBanner(u32* width, u32* height) const override;
Platform GetVolumeType() const override;
bool IsDatelDisc() const override;
bool SupportsIntegrityCheck() const override { return m_encrypted; }
bool CheckH3TableIntegrity(const Partition& partition) const override;
bool CheckBlockIntegrity(u64 block_index, const std::vector<u8>& encrypted_data,