Only open file once when detecting blob type

This commit is contained in:
JosJuice
2016-12-21 11:30:12 +01:00
parent 3fdcbbdd92
commit d1ea00ed88
9 changed files with 40 additions and 61 deletions

View File

@ -14,7 +14,7 @@
namespace DiscIO
{
bool IsTGCBlob(const std::string& path);
static constexpr u32 TGC_MAGIC = 0xA2380FAE;
struct TGCHeader
{