set video thread to critical priority

This commit is contained in:
dborth 2008-12-19 23:08:48 +00:00
parent 672f1ac0ba
commit 76b5f16080

View File

@ -254,7 +254,7 @@ InitVideoThread ()
LWP_InitQueue (&videoblankqueue);
/*** Create the thread on this queue ***/
LWP_CreateThread (&vbthread, vbgetback, NULL, vbstack, TSTACK, 80);
LWP_CreateThread (&vbthread, vbgetback, NULL, vbstack, TSTACK, 150);
}
/****************************************************************************