Add TGC disc image compatibility

This commit is contained in:
JosJuice
2016-12-17 14:48:49 +01:00
parent 49384208cf
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