From 88cc1b7c8a2dd207f741a46d65b400ec1645e9db Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9o=20Lam?= Date: Fri, 20 Nov 2020 16:19:51 +0100 Subject: [PATCH] DSP: Fix one DEBUG_LOG call --- Source/Core/Core/DSP/DSPHWInterface.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/Core/Core/DSP/DSPHWInterface.cpp b/Source/Core/Core/DSP/DSPHWInterface.cpp index 0648b8a5c7..7e81da0a4d 100644 --- a/Source/Core/Core/DSP/DSPHWInterface.cpp +++ b/Source/Core/Core/DSP/DSPHWInterface.cpp @@ -132,7 +132,7 @@ void gdsp_ifx_write(u32 addr, u16 val) case DSP_GAIN: if (val != 0) { - DEBUG_LOG(DSPLLE, "Gain Written: {:#06x}", val); + DEBUG_LOG_FMT(DSPLLE, "Gain Written: {:#06x}", val); } [[fallthrough]]; case DSP_DSPA: