SNES: panning/wavetable fixes

This commit is contained in:
tildearrow 2022-09-26 03:23:34 -05:00
parent 5f91f0b09c
commit e5b37db55a
2 changed files with 13 additions and 9 deletions

View file

@ -75,7 +75,7 @@ class DivPlatformSNES: public DivDispatch {
Channel chan[8];
DivDispatchOscBuffer* oscBuf[8];
bool isMuted[8];
signed char globalVolL, globalVolR;
int globalVolL, globalVolR;
unsigned char noiseFreq;
size_t sampleTableBase;
bool writeControl;