Fix MSU1 swapping.

This commit is contained in:
Brandon Wright 2018-06-02 20:01:44 -05:00
parent e8afbb5e46
commit df02ba62fd
1 changed files with 1 additions and 0 deletions

View File

@ -465,6 +465,7 @@ void S9xMSU1Generate(size_t sample_count)
MSU1.MSU1_STATUS &= ~(AudioPlaying | AudioRepeating);
partial_frames -= 3204;
*(bufPos++) = 0;
*(bufPos++) = 0;
}
}
}