Use new api.

This commit is contained in:
Steve Checkoway
2006-01-21 11:14:13 +00:00
parent ca27a7d350
commit 9ed7548de1
2 changed files with 2 additions and 2 deletions
@@ -705,7 +705,7 @@ int InputHandler_Carbon::Run( void *data )
CFRetain( This->mLoopRef ); CFRetain( This->mLoopRef );
This->StartDevices(); This->StartDevices();
SetThreadPrecedence( 100 ); SetThreadPrecedence( 1.0f );
/* The function copies the information out of the structure, so the memory pointed /* The function copies the information out of the structure, so the memory pointed
* to by context does not need to persist beyond the function call. */ * to by context does not need to persist beyond the function call. */
@@ -341,7 +341,7 @@ OSStatus RageSound_CA::JackChanged( AudioDeviceID inDevice, UInt32 inChannel, Bo
void RageSound_CA::SetupDecodingThread() void RageSound_CA::SetupDecodingThread()
{ {
/* Increase the scheduling precedence of the decoder thread. */ /* Increase the scheduling precedence of the decoder thread. */
SetThreadPrecedence( 50 ); SetThreadPrecedence( 0.75f );
} }
/* /*