mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-17 07:22:41 +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
|
// there is actually a small delay in the player, but I think that
|
||||||
// only allows to clear DMA-State on real Hardware
|
// only allows to clear DMA-State on real Hardware
|
||||||
}
|
}
|
||||||
|
Paula::setChannelPeriod(channel.paulaChannel, channel.period);
|
||||||
Paula::enableChannel(channel.paulaChannel);
|
Paula::enableChannel(channel.paulaChannel);
|
||||||
channel.deferWait = false;
|
channel.deferWait = false;
|
||||||
return true;
|
return true;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user