disable AddFakeSound
This commit is contained in:
@@ -141,7 +141,8 @@ void RageSound_ALSA9::StartMixing(RageSound *snd)
|
||||
if( i == stream_pool.size() )
|
||||
{
|
||||
/* We don't have a free sound buffer. Fake it. */
|
||||
SOUNDMAN->AddFakeSound(snd);
|
||||
/* XXX: too big of a hack for too rare of a case */
|
||||
// SOUNDMAN->AddFakeSound(snd);
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
@@ -259,7 +259,8 @@ void RageSound_DSound::StartMixing(RageSound *snd)
|
||||
|
||||
if(i == stream_pool.size()) {
|
||||
/* We don't have a free sound buffer. Fake it. */
|
||||
SOUNDMAN->AddFakeSound(snd);
|
||||
/* XXX: too big of a hack for too rare of a case */
|
||||
// SOUNDMAN->AddFakeSound(snd);
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user