diff options
Diffstat (limited to 'Source/Core/DSPCore/Src/DSPCore.cpp')
| -rw-r--r-- | Source/Core/DSPCore/Src/DSPCore.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/Core/DSPCore/Src/DSPCore.cpp b/Source/Core/DSPCore/Src/DSPCore.cpp index c8f02fb0d9..06fe875911 100644 --- a/Source/Core/DSPCore/Src/DSPCore.cpp +++ b/Source/Core/DSPCore/Src/DSPCore.cpp @@ -223,7 +223,8 @@ int DSPCore_RunCycles(int cycles) switch (core_state) { case DSPCORE_RUNNING: -#if 1 // Set to 0 to disable breakpoints, for a speed boost. + // Seems to slow things down +#if defined(_DEBUG) || defined(DEBUGFAST) cycles = DSPInterpreter::RunCyclesDebug(cycles); #else cycles = DSPInterpreter::RunCycles(cycles); |
