hey look Arisotura made another stupid branch again

This commit is contained in:
Arisotura
2021-07-22 21:40:50 +02:00
parent a09ce44c48
commit 438788a990
2 changed files with 2 additions and 0 deletions

View File

@ -269,6 +269,7 @@ void Channel::Start()
Pos = -3;
NoiseVal = 0x7FFF;
PrevSample = 0;
CurSample = 0;
FIFOReadPos = 0;

View File

@ -73,6 +73,7 @@ public:
bool KeyOn;
u32 Timer;
s32 Pos;
s16 PrevSample;
s16 CurSample;
u16 NoiseVal;