Rename IsCompressedBlob to IsGCZBlob for clarity

GCZ is just one of the several compressed formats that Dolphin supports.
This commit is contained in:
JosJuice 2015-09-26 14:46:53 +02:00
commit 94ee720a07
5 changed files with 9 additions and 9 deletions

View file

@ -23,11 +23,11 @@
namespace DiscIO
{
bool IsCompressedBlob(const std::string& filename);
bool IsGCZBlob(const std::string& filename);
const u32 kBlobCookie = 0xB10BC001;
// A blob file structure:
// GCZ file structure:
// BlobHeader
// u64 offsetsToBlocks[n], top bit specifies whether the block is compressed, or not.
// compressed data