DiscIO: Move some code from VolumeVerifier to DiscUtils

This commit is contained in:
JosJuice
2021-03-09 20:54:59 +01:00
parent 49ccc77ebb
commit b14bf82732
4 changed files with 93 additions and 69 deletions

View File

@ -34,8 +34,6 @@
namespace DiscIO
{
class FileInfo;
template <typename T>
struct Hashes
{
@ -154,8 +152,6 @@ private:
bool ShouldHaveMasterpiecePartitions() const;
bool ShouldBeDualLayer() const;
void CheckVolumeSize();
u64 GetBiggestReferencedOffset(const std::vector<Partition>& partitions) const;
u64 GetBiggestReferencedOffset(const FileInfo& file_info) const;
void CheckMisc();
void CheckSuperPaperMario();
void SetUpHashing();