mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 04:08:55 +00:00
DiscIO: Remove redundant qualifiers
This commit is contained in:
parent
bc3c3eb79a
commit
ecafd8058f
9 changed files with 45 additions and 53 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue