summaryrefslogtreecommitdiff
path: root/Source/Core/DSPCore/Src/DSPHWInterface.cpp
diff options
context:
space:
mode:
authornakeee <nakeee@gmail.com>2009-07-09 12:56:16 +0000
committernakeee <nakeee@gmail.com>2009-07-09 12:56:16 +0000
commit1fe26436ca82fd5875c13890540a58fd0bf39a31 (patch)
treefb59b2f74a1ebe148b20165ecd94eef0301c87ec /Source/Core/DSPCore/Src/DSPHWInterface.cpp
parent7f40dddcd699a001c0af27c0db3de2356a227f63 (diff)
accidently commited the uncomment exception
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@3727 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 57bbdde515..f5fbf6844f 100644
--- a/Source/Core/DSPCore/Src/DSPHWInterface.cpp
+++ b/Source/Core/DSPCore/Src/DSPHWInterface.cpp
@@ -249,7 +249,7 @@ void gdsp_idma_in(u16 dsp_addr, u32 addr, u32 size)
DSPAnalyzer::Analyze();
// This calls the reset functions, but it get some games stuck
// uncomment it to help with debugging
- DSPCore_SetException(EXP_RESET);
+ // DSPCore_SetException(EXP_RESET);
}