set video thread to critical priority

This commit is contained in:
dborth 2008-12-19 23:08:24 +00:00
parent eceb311962
commit 67292abc52
2 changed files with 2 additions and 1 deletions

View File

@ -12,6 +12,7 @@
#include <string.h>
#include <stdio.h>
#include "vba.h"
#include "input.h"
struct SGCSettings GCSettings;

View File

@ -116,7 +116,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);
}
/****************************************************************************