diff options
| author | Léo Lam <leo@leolam.fr> | 2020-11-20 16:19:51 +0100 |
|---|---|---|
| committer | Léo Lam <leo@leolam.fr> | 2020-11-20 16:21:05 +0100 |
| commit | 88cc1b7c8a2dd207f741a46d65b400ec1645e9db (patch) | |
| tree | 5890445593d2b84cad31b2f34da80a0705a990ac /Source | |
| parent | 419dfe4be4413831f61b83eac4a60e580c394ef1 (diff) | |
DSP: Fix one DEBUG_LOG call
Diffstat (limited to 'Source')
| -rw-r--r-- | Source/Core/Core/DSP/DSPHWInterface.cpp | 2 |
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: |
