aboutsummaryrefslogtreecommitdiff
path: root/src/SPU.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/SPU.cpp')
-rw-r--r--src/SPU.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/SPU.cpp b/src/SPU.cpp
index f0d5946..8630709 100644
--- a/src/SPU.cpp
+++ b/src/SPU.cpp
@@ -621,6 +621,8 @@ s32 SPUChannel::Run()
(PrevSample[0] * InterpCubic[samplepos][2]) +
(val * InterpCubic[samplepos][3])) >> 14;
break;
+ default:
+ break;
}
}