summaryrefslogtreecommitdiff
path: root/Source/Core
diff options
context:
space:
mode:
authorLC <mathew1800@gmail.com>2020-11-20 10:21:48 -0500
committerGitHub <noreply@github.com>2020-11-20 10:21:48 -0500
commit7f5cecf7effe57f4b23ec13deea0336b02ba04ef (patch)
tree5890445593d2b84cad31b2f34da80a0705a990ac /Source/Core
parent419dfe4be4413831f61b83eac4a60e580c394ef1 (diff)
parent88cc1b7c8a2dd207f741a46d65b400ec1645e9db (diff)
Merge pull request #9264 from leoetlino/fix-fmt-log
DSP: Fix one DEBUG_LOG call
Diffstat (limited to 'Source/Core')
-rw-r--r--Source/Core/Core/DSP/DSPHWInterface.cpp2
1 files changed, 1 insertions, 1 deletions
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: