mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-09-24 18:28:44 +00:00
DiscIO: Add support for CleanRip-style split ISOs.
This commit is contained in:
parent
4acdbc0e84
commit
655cc7f75c
7 changed files with 151 additions and 1 deletions
|
@ -41,6 +41,7 @@ enum class BlobType
|
|||
RVZ,
|
||||
MOD_DESCRIPTOR,
|
||||
NFS,
|
||||
SPLIT_PLAIN,
|
||||
};
|
||||
|
||||
// If you convert an ISO file to another format and then call GetDataSize on it, what is the result?
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue