aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/SPU.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/SPU.cpp b/src/SPU.cpp
index cd5c5b8..5b74bda 100644
--- a/src/SPU.cpp
+++ b/src/SPU.cpp
@@ -420,6 +420,8 @@ void Channel::Run(s32* buf, u32 samples)
{
if (!(Cnt & (1<<31))) return;
+ if ((type < 3) && ((Length+LoopPos) < 16)) return;
+
if (KeyOn)
{
Start();