mirror of
https://github.com/libretro/snes9x.git
synced 2025-02-17 07:27:33 +00:00
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…
x
Reference in New Issue
Block a user