diff options
Diffstat (limited to 'src/SPU.h')
-rw-r--r-- | src/SPU.h | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -31,6 +31,9 @@ void Stop(); void DoSavestate(Savestate* file); +// 0=none 1=linear 2=cosine 3=cubic +void SetInterpolation(int type); + void SetBias(u16 bias); void Mix(u32 dummy); @@ -73,6 +76,7 @@ public: bool KeyOn; u32 Timer; s32 Pos; + s16 PrevSample[3]; s16 CurSample; u16 NoiseVal; |