diff options
| author | nakeee <nakeee@gmail.com> | 2009-11-13 13:33:17 +0000 |
|---|---|---|
| committer | nakeee <nakeee@gmail.com> | 2009-11-13 13:33:17 +0000 |
| commit | ecf667e75556cc19cd53c3477b7d94bf33e1bec3 (patch) | |
| tree | 4aa983009a1942e78697c9031cb8e18a71326dca /Source/Core/DSPCore/Src/DSPAccelerator.cpp | |
| parent | e56ca08b4ff03a9c9500035a4f66404cf9997af7 (diff) | |
DSPLLE: long due removal of exception and Zelda messages
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@4557 8ced0084-cf51-0410-be5f-012b33b47a6e
Diffstat (limited to 'Source/Core/DSPCore/Src/DSPAccelerator.cpp')
| -rw-r--r-- | Source/Core/DSPCore/Src/DSPAccelerator.cpp | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/Source/Core/DSPCore/Src/DSPAccelerator.cpp b/Source/Core/DSPCore/Src/DSPAccelerator.cpp index 525505b105..933fdb8f31 100644 --- a/Source/Core/DSPCore/Src/DSPAccelerator.cpp +++ b/Source/Core/DSPCore/Src/DSPAccelerator.cpp @@ -156,9 +156,10 @@ u16 dsp_read_accelerator() // Set address back to start address. Address = (gdsp_ifx_regs[DSP_ACSAH] << 16) | gdsp_ifx_regs[DSP_ACSAL]; - // Do we really need both? - DSPHost_InterruptRequest(); - DSPCore_SetException(EXP_2); + // Do we really need both? (nakee: seems to cause problems with some + // AX games) + // DSPHost_InterruptRequest(); + // DSPCore_SetException(EXP_2); DSPCore_SetException(EXP_ACCOV); // Somehow, YN1 and YN2 must be initialized with their "loop" values, |
