aboutsummaryrefslogtreecommitdiff
path: root/src/SPU.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/SPU.h')
-rw-r--r--src/SPU.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/SPU.h b/src/SPU.h
index bbc48e5..055a766 100644
--- a/src/SPU.h
+++ b/src/SPU.h
@@ -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;