mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-21 21:30:19 -06: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