diff options
| author | nakeee <nakeee@gmail.com> | 2009-07-07 12:48:38 +0000 |
|---|---|---|
| committer | nakeee <nakeee@gmail.com> | 2009-07-07 12:48:38 +0000 |
| commit | cfb25186124335b462e5279ccf11668b60daab83 (patch) | |
| tree | 1869b5bb681a1c32317b9f54c819af1af5966283 /Source/Core/DSPCore/Src/DSPAccelerator.cpp | |
| parent | 10d854a02cacfd2d2066c41af8236347fcde056c (diff) | |
DSPLLE: make exceptions names make sense
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@3700 8ced0084-cf51-0410-be5f-012b33b47a6e
Diffstat (limited to 'Source/Core/DSPCore/Src/DSPAccelerator.cpp')
| -rw-r--r-- | Source/Core/DSPCore/Src/DSPAccelerator.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/DSPCore/Src/DSPAccelerator.cpp b/Source/Core/DSPCore/Src/DSPAccelerator.cpp index 223d4fabf8..d1d2191cab 100644 --- a/Source/Core/DSPCore/Src/DSPAccelerator.cpp +++ b/Source/Core/DSPCore/Src/DSPAccelerator.cpp @@ -143,7 +143,7 @@ u16 dsp_read_accelerator() Address = (gdsp_ifx_regs[DSP_ACSAH] << 16) | gdsp_ifx_regs[DSP_ACSAL]; // Do we really need both? - DSPCore_SetException(EXP_4); + DSPCore_SetException(EXP_2); DSPCore_SetException(EXP_ACCOV); // Somehow, YN1 and YN2 must be initialized with their "loop" values, |
