mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-05-08 03:28:31 +03:00
dsp cleaning
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@6846 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
parent
b0d2df0bad
commit
3cba9afe79
5 changed files with 36 additions and 47 deletions
|
@ -136,7 +136,7 @@ void gdsp_ifx_write(u32 addr, u32 val)
|
|||
if (val & 0x1)
|
||||
DSPHost_InterruptRequest();
|
||||
else
|
||||
WARN_LOG(DSPLLE, "Unknown Interrupt Request pc=%04x (%04x)", g_dsp.pc, val);
|
||||
INFO_LOG(DSPLLE, "Unknown Interrupt Request pc=%04x (%04x)", g_dsp.pc, val);
|
||||
break;
|
||||
|
||||
case DSP_DMBH:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue