diff --git a/plugins/spu2-x/src/spu2sys.cpp b/plugins/spu2-x/src/spu2sys.cpp index 91b27fa943..cc6e16c034 100644 --- a/plugins/spu2-x/src/spu2sys.cpp +++ b/plugins/spu2-x/src/spu2sys.cpp @@ -308,7 +308,9 @@ void V_Voice::QueueStart() { if (Cycles - PlayCycle < 4) { + // Required by The Legend of Spyro: The Eternal Night (probably the other two legend games too) ConLog(" *** KeyOn after less than 4 T disregarded.\n"); + return; } PlayCycle = Cycles; }