stopped it logging sound constantly when you have logging on in debug. Was driving me bonkers! :P

This commit is contained in:
refractionpcsx2
2008-03-24 03:15:19 +00:00
parent 5148a0b876
commit 85b706e4f6

View File

@@ -1282,7 +1282,7 @@ void CALLBACK SPU2writeDMA7Mem(u16* pMem, int size)
}
#ifdef _DEBUG
if( conf.Log )
if( conf.Log && conf.options & OPTION_RECORDING )
LogPacketSound(pMem, 0x8000);
#endif