From aa9f5ac10e28c2e6f32c5155a9219b2bb992072d Mon Sep 17 00:00:00 2001 From: Nicolas Bacca Date: Mon, 27 Jan 2003 00:46:40 +0000 Subject: Restore correct sound thread default priority for ARM svn-id: r6559 --- backends/wince/wince.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'backends/wince') diff --git a/backends/wince/wince.cpp b/backends/wince/wince.cpp index f2b6ff155c..eb03b05835 100644 --- a/backends/wince/wince.cpp +++ b/backends/wince/wince.cpp @@ -667,9 +667,7 @@ int WINAPI WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPWSTR lpCmdLin #ifdef SH3 _thread_priority = THREAD_PRIORITY_NORMAL; #else - //_thread_priority = THREAD_PRIORITY_ABOVE_NORMAL; - _thread_priority = THREAD_PRIORITY_NORMAL; - + _thread_priority = THREAD_PRIORITY_ABOVE_NORMAL; #endif g_config->setInt("SoundThreadPriority", _thread_priority, "wince"); g_config->flush(); -- cgit v1.2.3