mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-22 05:40:01 -06:00
DSP: Fix one DEBUG_LOG call
This commit is contained in:
@ -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:
|
||||
|
Reference in New Issue
Block a user