Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #9264 from leoetlino/fix-fmt-log
DSP: Fix one DEBUG_LOG call
  • Loading branch information
lioncash committed Nov 20, 2020
2 parents 419dfe4 + 88cc1b7 commit 7f5cecf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Core/Core/DSP/DSPHWInterface.cpp
Expand Up @@ -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:
Expand Down

0 comments on commit 7f5cecf

Please sign in to comment.