Conversation
experimental and will blow out your ears
This will fix discs with tracks with both an INDEX 00 and INDEX 01
F0bes
marked this pull request as ready for review
November 28, 2024 20:21
Member
Author
|
Okay, this PR is ready for testing. Feel free to test CHD games as well. |
| bool InputIsoFile::Detect(bool readType) | ||
| { | ||
| m_type = ISOTYPE_ILLEGAL; | ||
| m_type = ISOTYPE_ILLEGAL; |
Contributor
There was a problem hiding this comment.
Forgot the space here.
| return {}; | ||
| } | ||
|
|
||
|
|
|
Great work! 🤗Is this also related to #4880 as I have a few bin/cue games? |
Contributor
|
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 |
Member
Author
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 file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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 :)