mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-08-24 03:19:17 -05: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