Add TGC disc image compatibility

This commit is contained in:
JosJuice 2016-12-17 14:48:49 +01:00
commit 9bd514ed1c
19 changed files with 246 additions and 18 deletions

View file

@ -30,7 +30,8 @@ enum class BlobType
DIRECTORY,
GCZ,
CISO,
WBFS
WBFS,
TGC
};
class IBlobReader