Skip to content
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

AudioInterface: Fix sample counter #9829

Merged
merged 1 commit into from Jun 23, 2021
Merged

Conversation

sepalani
Copy link
Contributor

This PR fixes the sample counter being incremented even when it's not playing.

Confirmed with this hardware test: wii-audio-samples.zip.

HWTEST - Sample Counter

PSTAT = 0

Counter = 2
Counter = 2
Counter = 2
Counter = 2
Counter = 2

PSTAT = 1

Counter = 49
Counter = 64058
Counter = 128112
Counter = 192166
Counter = 256215

It doesn't seem to affect the games I have.

Ready to be reviewed & tested.

@leoetlino leoetlino merged commit 9476733 into dolphin-emu:master Jun 23, 2021
11 checks passed
@sepalani sepalani deleted the ai-samples branch June 24, 2021 15:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants