New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
DiscIO: Add support for CleanRip-style split ISOs. #11557
DiscIO: Add support for CleanRip-style split ISOs. #11557
Conversation
cb047a2
to
640cffa
Compare
|
I get the logic behind this, but should we really be enabling this? Games wont be able to verify properly, and overall there's literally zero benefit to having the files split, so wouldn't it make more sense to tackle this at the source? |
|
Or, alternatively, this could maybe be retrofitted into something that lets the user know that their dumps are split and offers to combine them, perhaps with this still remaining as a fallback if necessary? |
|
Oh but they do verify properly, they even convert properly! And there's no disadvantage to having them split either (in fact, there is one advantage: they work on a FAT32 file system, which is the whole reason CleanRip splits them in the first place). |
|
Never mind then. Well done! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Untested but code wise this LGTM.
640cffa
to
1925f96
Compare
1925f96
to
655cc7f
Compare
I occasionally see people struggling with the combine-after-ripping step, so I figured this would be useful to have, and it's pretty simple to implement.