-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
CDVD: CHD cue support for audio CDs #12037
base: master
Are you sure you want to change the base?
Conversation
experimental and will blow out your ears
This will fix discs with tracks with both an INDEX 00 and INDEX 01
Okay, this PR is ready for testing. Feel free to test CHD games as well. |
@@ -271,7 +293,7 @@ bool InputIsoFile::tryIsoType(u32 size, u32 offset, u32 blockofs) | |||
// Returns true if the image is valid/known/supported, or false if not (type == ISOTYPE_ILLEGAL). | |||
bool InputIsoFile::Detect(bool readType) | |||
{ | |||
m_type = ISOTYPE_ILLEGAL; | |||
m_type = ISOTYPE_ILLEGAL; |
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.
Forgot the space here.
return {}; | ||
} | ||
|
||
|
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.
Extra line.
Great work! 🤗Is this also related to #4880 as I have a few bin/cue games? |
My BIOS doesn't provide the option to play my copy of Tomb Raider as an audio CD chdman info output
Edit: also see emulog.txt |
Not at this moment, however converting your bin/cue files to CHD will allow Dance Factory (the game mentioned in the issue) to work. |
This PR allows PCSX2 to use the cue data in CHDs. (Allowing audio CHDs to work)
It seems to work with the OSDSYS CD player
It also seems to work with dance factory
I would like people to test their audio discs as CHDs. Look for improper track starting points (they are probably accumulative so the last track would be the best track to see), and also that audio sounds correct.
Please turn down your volume when testing at first. Audio issues can be very,very loud.
The weirder the disc the better. If you find a non-working disc please provide the cue file, that will help me debug :)