-
-
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: Fix OSDSYS Audio CD regressions. #12032
Conversation
There is still an existing issue with the tracks.
Fixes the OSDSYS CD player minute:second counter
Mounting via actual CDVD works well; recognized CD perfectly and playback in OSDSYS works. But there is one issue that I can't mount "split BIN+CUE" file. |
this pr dose not fix this you need to mount the bin cue on a virtually mounted drive , on linux use Gcdemu can do this or windows automatically |
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.
tested with virtually mounted bin cue , works really well , i think most of the issues are fixed re: OSDSYS Audio CD regressions , i think this may also fix #4178
Unknown.Game_20241125121634.mp4
If you mean playing the .bin file directly from the .cue file then cue support hasn't been implemented yet. |
Yes I figured that out. Sorry 😔 |
Description of Changes
Fixes a regression introduced back in 2022, preventing OSDSYS from playing CD audio longer than one second.
Fixes another regression regarding SUBQ and an off-by-one in the getTOC implementation
Rationale behind Changes
Accuracy is good. Fixes the OSDSYS CD player for those who like watching that little cube spin around.
Fixes #4178
Suggested Testing Steps
Use an audio CD in OSDSYS and see if it plays music or stops after 1 second.
See if dance factory still works. EDIT: It does.