mirror of https://github.com/PCSX2/pcsx2.git
SPU2: Re-enable log file writing in dev builds
This commit is contained in:
parent
47bdc58c1a
commit
c61473d060
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue