mirror of https://github.com/PCSX2/pcsx2.git
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:
parent
f252fac9a6
commit
c4ceb8c826
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue