mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 14:19:46 -06:00
Only open file once when detecting blob type
This commit is contained in:
@ -14,7 +14,7 @@
|
||||
|
||||
namespace DiscIO
|
||||
{
|
||||
bool IsTGCBlob(const std::string& path);
|
||||
static constexpr u32 TGC_MAGIC = 0xA2380FAE;
|
||||
|
||||
struct TGCHeader
|
||||
{
|
||||
|
Reference in New Issue
Block a user