diff options
Diffstat (limited to 'Source/Core/DSPCore/Src/DSPHWInterface.cpp')
| -rw-r--r-- | Source/Core/DSPCore/Src/DSPHWInterface.cpp | 2 |
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) { |
