Bah, revert. It still doesn't shut up the profiler. If it's not doing any work, it'll be quite quick.

This commit is contained in:
Steve Checkoway
2006-05-17 09:26:04 +00:00
parent 032c1269bc
commit 8d83e1e3f8
+1 -2
View File
@@ -62,8 +62,7 @@ void RageSoundMixBuffer::write( const int16_t *buf, unsigned size )
#ifdef USE_VEC
if( g_bVector )
{
if( size )
Vector::FastSoundWrite( pBuf, buf, size, m_iVolumeFactor );
Vector::FastSoundWrite( pBuf, buf, size, m_iVolumeFactor );
return;
}
#endif