diff --git a/Source/Plugins/Plugin_DSP_LLE/Src/main.cpp b/Source/Plugins/Plugin_DSP_LLE/Src/main.cpp index 98221d9e7e..f27e860f64 100644 --- a/Source/Plugins/Plugin_DSP_LLE/Src/main.cpp +++ b/Source/Plugins/Plugin_DSP_LLE/Src/main.cpp @@ -125,9 +125,9 @@ void* dsp_thread(void* lpParameter) } +#ifdef _WIN32 DWORD WINAPI dsp_thread_debug(LPVOID lpParameter) { -#ifdef _WIN32 while (1) { if (g_Dialog.CanDoStep()) @@ -139,8 +139,8 @@ DWORD WINAPI dsp_thread_debug(LPVOID lpParameter) Sleep(100); } } -#endif } +#endif void DSP_DebugBreak()