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:
@@ -62,7 +62,6 @@ void RageSoundMixBuffer::write( const int16_t *buf, unsigned size )
|
|||||||
#ifdef USE_VEC
|
#ifdef USE_VEC
|
||||||
if( g_bVector )
|
if( g_bVector )
|
||||||
{
|
{
|
||||||
if( size )
|
|
||||||
Vector::FastSoundWrite( pBuf, buf, size, m_iVolumeFactor );
|
Vector::FastSoundWrite( pBuf, buf, size, m_iVolumeFactor );
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user