mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-02-15 16:59:18 +01:00
DSP: Fix one DEBUG_LOG call
This commit is contained in:
parent
419dfe4be4
commit
88cc1b7c8a
@ -132,7 +132,7 @@ void gdsp_ifx_write(u32 addr, u16 val)
|
|||||||
case DSP_GAIN:
|
case DSP_GAIN:
|
||||||
if (val != 0)
|
if (val != 0)
|
||||||
{
|
{
|
||||||
DEBUG_LOG(DSPLLE, "Gain Written: {:#06x}", val);
|
DEBUG_LOG_FMT(DSPLLE, "Gain Written: {:#06x}", val);
|
||||||
}
|
}
|
||||||
[[fallthrough]];
|
[[fallthrough]];
|
||||||
case DSP_DSPA:
|
case DSP_DSPA:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user