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); }