|
From: <c99...@us...> - 2007-02-28 20:04:11
|
Revision: 394
http://svn.sourceforge.net/cadcdev/?rev=394&view=rev
Author: c99koder
Date: 2007-02-28 12:04:09 -0800 (Wed, 28 Feb 2007)
Log Message:
-----------
Tiki: lower priority of dreamcast audio thread
Modified Paths:
--------------
tiki/dc/src/audio/stream.cpp
Modified: tiki/dc/src/audio/stream.cpp
===================================================================
--- tiki/dc/src/audio/stream.cpp 2007-02-28 19:43:35 UTC (rev 393)
+++ tiki/dc/src/audio/stream.cpp 2007-02-28 20:04:09 UTC (rev 394)
@@ -190,7 +190,7 @@
m_threadActive = false;
}
lock.unlock();
- thd_sleep(2);
+ thd_sleep(50);
}
printf("Stopping stream...\n");
snd_stream_stop(hnd);
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|