Skip to content
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

Merged

Conversation

AdmiralCurtiss
Copy link
Contributor

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.

@Zopolis4
Copy link
Contributor

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?

@Zopolis4
Copy link
Contributor

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?

@AdmiralCurtiss
Copy link
Contributor Author

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).

@Zopolis4
Copy link
Contributor

Never mind then. Well done!

Copy link
Contributor

@iwubcode iwubcode left a 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.

@AdmiralCurtiss AdmiralCurtiss merged commit 9ed388f into dolphin-emu:master Mar 9, 2023
14 checks passed
@AdmiralCurtiss AdmiralCurtiss deleted the split-file-reader branch March 9, 2023 15:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
7 participants