SPU2Ghz: Small change to underrun fill :p

git-svn-id: http://pcsx2-playground.googlecode.com/svn/trunk@257 a6443dda-0b58-4228-96e9-037be469359c
This commit is contained in:
ramapcsx2 2008-10-31 17:48:56 +00:00 committed by Gregory Hainaut
parent f252fac9a6
commit c4ceb8c826
1 changed files with 1 additions and 1 deletions

View File

@ -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