mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-09-12 04:22:15 +00:00
Rename IsCompressedBlob to IsGCZBlob for clarity
GCZ is just one of the several compressed formats that Dolphin supports.
This commit is contained in:
parent
ce75f55f25
commit
94ee720a07
5 changed files with 9 additions and 9 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue