-
Notifications
You must be signed in to change notification settings - Fork 33
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
Reduce Number of concurrent sounds on O3DS. #82
base: 3ds-port
Are you sure you want to change the base?
Conversation
Is it a noticeable difference? Is it due to the -ffastmath change? I feel like this would be better as an IFDEF thing rather than adding the 3ds specific check in the middle of the original sm64 code... |
It is a noticeable difference I assure you the sound crackling is finally gone. The fast math did not seem needed any more. Also I can make it an if def if you want. |
Also worth mentioning I bet we could boost the number of concurrent sounds on N3DS to something higher but I don't have a N3DS to test that. |
Fixes the Sound Crackling on Old3DS systems at the cost of not being able to play as many sounds at once.
Changed from 16 to 9 apply s only to Old 3DS systems.