DiscIO: Remove redundant qualifiers

This commit is contained in:
Dr. Dystopia
2025-04-19 21:45:27 +02:00
parent bc3c3eb79a
commit ecafd8058f
9 changed files with 45 additions and 53 deletions

View File

@ -87,5 +87,5 @@ u64 GetBiggestReferencedOffset(const Volume& volume);
u64 GetBiggestReferencedOffset(const Volume& volume, const std::vector<Partition>& partitions);
bool IsGCZBlockSizeLegacyCompatible(int block_size, u64 file_size);
bool IsDiscImageBlockSizeValid(int block_size, DiscIO::BlobType format);
bool IsDiscImageBlockSizeValid(int block_size, BlobType format);
} // namespace DiscIO