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, 3 insertions, 1 deletions
diff --git a/src/SPU.h b/src/SPU.h
index 22c87a7..1f28c2f 100644
--- a/src/SPU.h
+++ b/src/SPU.h
@@ -1,5 +1,5 @@
/*
- Copyright 2016-2021 Arisotura
+ Copyright 2016-2022 melonDS team
This file is part of melonDS.
@@ -31,6 +31,8 @@ void Stop();
void DoSavestate(Savestate* file);
+void SetPowerCnt(u32 val);
+
// 0=none 1=linear 2=cosine 3=cubic
void SetInterpolation(int type);