mirror of
https://github.com/dborth/vbagx.git
synced 2024-11-22 18:49:18 +01:00
set video thread to critical priority
This commit is contained in:
parent
eceb311962
commit
67292abc52
@ -12,6 +12,7 @@
|
||||
#include <string.h>
|
||||
#include <stdio.h>
|
||||
#include "vba.h"
|
||||
#include "input.h"
|
||||
|
||||
struct SGCSettings GCSettings;
|
||||
|
||||
|
@ -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);
|
||||
}
|
||||
|
||||
/****************************************************************************
|
||||
|
Loading…
Reference in New Issue
Block a user