mirror of
https://github.com/dborth/fceugx.git
synced 2024-10-31 22:45:05 +01:00
set video thread to critical priority
This commit is contained in:
parent
672f1ac0ba
commit
76b5f16080
@ -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);
|
||||
}
|
||||
|
||||
/****************************************************************************
|
||||
|
Loading…
Reference in New Issue
Block a user