mirror of https://github.com/snes9xgit/snes9x.git
Fix MSU1 swapping.
This commit is contained in:
parent
e8afbb5e46
commit
df02ba62fd
1
msu1.cpp
1
msu1.cpp
|
@ -465,6 +465,7 @@ void S9xMSU1Generate(size_t sample_count)
|
||||||
MSU1.MSU1_STATUS &= ~(AudioPlaying | AudioRepeating);
|
MSU1.MSU1_STATUS &= ~(AudioPlaying | AudioRepeating);
|
||||||
partial_frames -= 3204;
|
partial_frames -= 3204;
|
||||||
*(bufPos++) = 0;
|
*(bufPos++) = 0;
|
||||||
|
*(bufPos++) = 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue