-
Notifications
You must be signed in to change notification settings - Fork 54
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
"CT Special Forces 3 - Bioterror" no music and sound #242
Comments
I found this discussion: |
If you go to the RetroArch Quick Menu whilst in-game, and then Resume, does the music/sound come back? That happens to me sometimes on the PS2 build. |
@Danniel79 I checked this out - it appears to be a Dynarec issue. You can workaround it by switching to Interpreter and then back to Dynarec after the game menu (this restored the sound on my PC). Will see if I can investigate further in the meantime. |
Works in a build from an old commit bc8c072 (from Dec 2021), but not in a random build I found from Apr 2023, Time for some bisecting!! |
@andymcca Thanks for your investigation. I'll try when I have time. |
@Danniel79 no problem. @davidgfnet I traced this issue to commit 8036ad5 from Jan 2022, where you did more work on fixing out of bounds RAM flushes. The previous commit works ok, so it's something about the code here which stops music/sound working on this game. For clarity - the sound works on the Language selection screen at the very beginning, then music should play on the title screen and following screens from this, but it doesn't, and in-game sound is also missing. This seems to affect all dynarecs (report is for MIPS32, and I also tested and confirmed same issue on ARM/x86). |
This partially reverts commit 8036ad5 which broke the audio in dynarecs on CT Special Forces 3. Essentially restoring the setting of the IWRAM/EWRAM thresholds back to the original positions in the code, but keeping the other changes in 8036ad5. Applying this PR restores the working audio in this game. Up to @davidgfnet if this is satisfactory to commit or not without further investigation.
@Danniel79 I just did a PR which restores the audio - essentially it's a partial revert of commit 8036ad5 . May not get committed though as I think that original commit was supposed to fix a different problem. |
@andymcca thank you.I hope that someone will make the corrected core for Dingux MIPS 32. |
There is no music or sounds as soon as the game starts. ReGBA and mGBA has music and sounds.
I use Dingux Mips32 build on RG350.
The text was updated successfully, but these errors were encountered: