mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 22:29:39 -06:00
VolumeVerifier: Call CheckDiscSize from Finish
This commit is contained in:
@ -153,7 +153,7 @@ private:
|
||||
bool ShouldHaveInstallPartition() const;
|
||||
bool ShouldHaveMasterpiecePartitions() const;
|
||||
bool ShouldBeDualLayer() const;
|
||||
void CheckDiscSize(const std::vector<Partition>& partitions);
|
||||
void CheckVolumeSize();
|
||||
u64 GetBiggestReferencedOffset(const std::vector<Partition>& partitions) const;
|
||||
u64 GetBiggestReferencedOffset(const FileInfo& file_info) const;
|
||||
void CheckMisc();
|
||||
@ -200,7 +200,6 @@ private:
|
||||
|
||||
u64 m_biggest_referenced_offset = 0;
|
||||
u64 m_biggest_verified_offset = 0;
|
||||
bool m_smaller_than_expected = false;
|
||||
|
||||
bool m_started = false;
|
||||
bool m_done = false;
|
||||
|
Reference in New Issue
Block a user