mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-31 05:08:57 +00:00
DiscIO: Add Volume::IsDatelDisc
This commit is contained in:
parent
f9aaf8b971
commit
f24566bf39
8 changed files with 21 additions and 6 deletions
|
@ -115,6 +115,7 @@ public:
|
|||
return 0;
|
||||
}
|
||||
virtual Platform GetVolumeType() const = 0;
|
||||
virtual bool IsDatelDisc() const = 0;
|
||||
virtual bool SupportsIntegrityCheck() const { return false; }
|
||||
virtual bool CheckH3TableIntegrity(const Partition& partition) const { return false; }
|
||||
virtual bool CheckBlockIntegrity(u64 block_index, const std::vector<u8>& encrypted_data,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue