summaryrefslogtreecommitdiff
path: root/Source/Core/DSPCore/Src/DSPHWInterface.cpp
diff options
context:
space:
mode:
authornakeee <nakeee@gmail.com>2010-04-25 14:24:55 +0000
committernakeee <nakeee@gmail.com>2010-04-25 14:24:55 +0000
commit64447eab2cafb88eea889d5e3dee7f0e1325bf50 (patch)
tree102522831d0b31bb0ae8f8a8300bc7203068f8bf /Source/Core/DSPCore/Src/DSPHWInterface.cpp
parent8d5c9f30ada8604a6608e1b18d8bd95060fbe8f4 (diff)
DSP Jit more minor fixes
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@5405 8ced0084-cf51-0410-be5f-012b33b47a6e
Diffstat (limited to 'Source/Core/DSPCore/Src/DSPHWInterface.cpp')
-rw-r--r--Source/Core/DSPCore/Src/DSPHWInterface.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/DSPCore/Src/DSPHWInterface.cpp b/Source/Core/DSPCore/Src/DSPHWInterface.cpp
index 315209ec20..13cf6edeb5 100644
--- a/Source/Core/DSPCore/Src/DSPHWInterface.cpp
+++ b/Source/Core/DSPCore/Src/DSPHWInterface.cpp
@@ -125,7 +125,7 @@ u16 gdsp_mbox_read_l(u8 mbx)
}
-void gdsp_ifx_write(u16 addr, u16 val)
+void gdsp_ifx_write(u32 addr, u32 val)
{
switch (addr & 0xff)
{