-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
CHD support (credits to @SleepyMan and @siddhartha77 too) #4314
Conversation
Thank you for this pr. |
(hopefully) fixed the remaining clang issue upstream with rtissera/libchdr@0b6d663 |
sorry for all the noise on this PR, I had issues reproducing locally some of your CI scenarios. |
Would be nice to properly rebase the branch with latest master. Also name the commits properly with prefixes included. |
@lightningterror let me know if you need another rebase or if it's clean enough to be merged. |
I'd squash the last commit with the previous 2 ones. |
@lightningterror Sure no problem for the squash, can you do it or should I ? |
You can do it. |
@lightningterror done, good to go ? |
@rtissera sorry can you fix the conflicts? Thanks |
@refractionpcsx2 sure no problem will fix later today |
@refractionpcsx2 rebased on master with fixed conflicts |
Awesome, thanks, now we can merge :) |
Hello, is there going to be an option to use the system version of this new library instead of the submodule one, like yaml-cpp? |
CHD files are not listed as options under "Boot ISO" |
Boot ISO is the same thing. We can rename it "Boot Image" if it really bothers you. |
I didn't communicate effectively enough. If you go to "Boot ISO", it won't find chd files. It's not one of the available options. |
If you're using a buildbot build, they are out of date, for some reason it isn't building, so CHD isn't available in those builds yet. we are working on it. if you need a build you can join our discord, there is one posted in the #dev-builds channel |
The latest buildbot is bc477e1. That looks to be the head. |
no, the last buildbot build is dated 2021-03-15 13:16:20, which is from before the CHD stuff. You can't go off what's on the PCSX2 page, that lists every commit regardless, you need to go actually on to the buildbot to see the correct build. |
Yep, PEBCAK. Sorry for wasting your time. |
No problems, you're not the first who's been confused. |
This PR tries to resolve remaining issues on #4045 and @siddhartha77 work in order to finally get CHD support in.