mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-24 14:49:42 -06:00
DiscIO: Add support for CleanRip-style split ISOs.
This commit is contained in:
@ -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?
|
||||
|
Reference in New Issue
Block a user