DiscIO: Add support for CleanRip-style split ISOs.

This commit is contained in:
Admiral H. Curtiss 2023-02-12 22:08:21 +01:00
commit 655cc7f75c
No known key found for this signature in database
GPG key ID: F051B4C4044F33FB
7 changed files with 151 additions and 1 deletions

View file

@ -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?