From c4ceb8c826c1ed6b1f5f453872110e238fc74305 Mon Sep 17 00:00:00 2001 From: ramapcsx2 Date: Fri, 31 Oct 2008 17:48:56 +0000 Subject: [PATCH] SPU2Ghz: Small change to underrun fill :p git-svn-id: http://pcsx2-playground.googlecode.com/svn/trunk@257 a6443dda-0b58-4228-96e9-037be469359c --- plugins/spu2ghz/sndout.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/spu2ghz/sndout.cpp b/plugins/spu2ghz/sndout.cpp index c98826a12f..2a75331849 100644 --- a/plugins/spu2ghz/sndout.cpp +++ b/plugins/spu2ghz/sndout.cpp @@ -241,7 +241,7 @@ public: quietSampleCount = 0; if( underrun_freeze ) { - int toFill = (int)(size * ( timeStretchEnabled ? 0.45 : 0.70 ) ); + int toFill = (int)(size * ( timeStretchEnabled ? 0.1 : 0.70 ) ); toFill = GetAlignedBufferSize( toFill ); // toFill is now aligned to a SndOutPacket