PCE: remove some sample playback clicking

This commit is contained in:
tildearrow 2022-08-06 00:34:28 -05:00
parent 3e70ed6d3e
commit 6ec9cceb09
2 changed files with 10 additions and 2 deletions

View file

@ -33,7 +33,7 @@ class DivPlatformPCE: public DivDispatch {
unsigned int dacPos;
int dacSample, ins;
unsigned char pan;
bool active, insChanged, freqChanged, keyOn, keyOff, inPorta, noise, pcm, furnaceDac;
bool active, insChanged, freqChanged, keyOn, keyOff, inPorta, noise, pcm, furnaceDac, deferredWaveUpdate;
signed char vol, outVol, wave;
DivMacroInt std;
DivWaveSynth ws;
@ -64,6 +64,7 @@ class DivPlatformPCE: public DivDispatch {
noise(false),
pcm(false),
furnaceDac(false),
deferredWaveUpdate(false),
vol(31),
outVol(31),
wave(-1) {}