mirror of
https://github.com/PCSX2/pcsx2-sourceforge.git
synced 2026-02-04 03:11:18 +01:00
stopped it logging sound constantly when you have logging on in debug. Was driving me bonkers! :P
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user