SPU2: Re-enable log file writing in dev builds

This commit is contained in:
refractionpcsx2 2021-08-10 18:08:13 +01:00
parent 47bdc58c1a
commit c61473d060
1 changed files with 3 additions and 0 deletions

View File

@ -56,6 +56,9 @@ extern void SysMessage(const wchar_t* fmt, ...);
// Uncomment to enable debug keys on numpad (0 to 5)
//#define DEBUG_KEYS
#ifdef PCSX2_DEVBUILD
#define SPU2_LOG
#endif
#include "defs.h"
#include "regs.h"