mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06:00
Only open file once when detecting blob type
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user