mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-30 20:58:54 +00:00
Only open file once when detecting blob type
This commit is contained in:
parent
3fdcbbdd92
commit
d1ea00ed88
9 changed files with 40 additions and 61 deletions
|
@ -23,9 +23,7 @@
|
|||
|
||||
namespace DiscIO
|
||||
{
|
||||
bool IsGCZBlob(const std::string& filename);
|
||||
|
||||
const u32 kBlobCookie = 0xB10BC001;
|
||||
static constexpr u32 GCZ_MAGIC = 0xB10BC001;
|
||||
|
||||
// GCZ file structure:
|
||||
// BlobHeader
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue