mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-12 02:59:00 +00:00
Add TGC disc image compatibility
This commit is contained in:
parent
49384208cf
commit
9bd514ed1c
19 changed files with 246 additions and 18 deletions
|
@ -30,7 +30,8 @@ enum class BlobType
|
|||
DIRECTORY,
|
||||
GCZ,
|
||||
CISO,
|
||||
WBFS
|
||||
WBFS,
|
||||
TGC
|
||||
};
|
||||
|
||||
class IBlobReader
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue