mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-22 22:00:39 -06:00
VolumeVerifier: Don't read data multiple times
This commit is contained in:
@ -58,6 +58,8 @@ public:
|
||||
Platform GetVolumeType() 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,
|
||||
const Partition& partition) const override;
|
||||
bool CheckBlockIntegrity(u64 block_index, const Partition& partition) const override;
|
||||
|
||||
Region GetRegion() const override;
|
||||
|
Reference in New Issue
Block a user