Rewrite sound locking.

This commit is contained in:
Glenn Maynard
2004-04-13 00:05:35 +00:00
parent 1875901837
commit 0e396e32c4
5 changed files with 177 additions and 71 deletions
@@ -57,7 +57,6 @@ void RageSound_DSound_Software::MixerThread()
int64_t RageSound_DSound_Software::GetPosition( const RageSoundBase *snd ) const
{
LockMut(SOUNDMAN->lock);
return pcm->GetPosition();
}