mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-25 03:35:59 +00:00
VolumeVerifier: Call CheckDiscSize from Finish
This commit is contained in:
parent
4f62960fb1
commit
402643fe4c
2 changed files with 53 additions and 51 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue