From c61473d06004e0ec0b9901ff4865fc738c8dfae1 Mon Sep 17 00:00:00 2001 From: refractionpcsx2 Date: Tue, 10 Aug 2021 18:08:13 +0100 Subject: [PATCH] SPU2: Re-enable log file writing in dev builds --- pcsx2/SPU2/Global.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pcsx2/SPU2/Global.h b/pcsx2/SPU2/Global.h index e00409cfca..e189ba92c5 100644 --- a/pcsx2/SPU2/Global.h +++ b/pcsx2/SPU2/Global.h @@ -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"