mirror of
https://github.com/izzy2lost/dolphin.git
synced 2026-06-19 01:16:48 -07:00
DiscIO: Remove redundant qualifiers
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user