mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-30 05:34:00 +00:00
and 1 fix for a regression - always set sampleperiod before starting output
svn-id: r41717
This commit is contained in:
parent
8e00db241f
commit
c6ba5279b1
@ -255,6 +255,7 @@ FORCEINLINE bool Tfmx::macroStep(ChannelContext &channel) {
|
||||
// there is actually a small delay in the player, but I think that
|
||||
// only allows to clear DMA-State on real Hardware
|
||||
}
|
||||
Paula::setChannelPeriod(channel.paulaChannel, channel.period);
|
||||
Paula::enableChannel(channel.paulaChannel);
|
||||
channel.deferWait = false;
|
||||
return true;
|
||||
|
Loading…
Reference in New Issue
Block a user