From 67292abc52f07452d577d13503d1e7d9d41e57db Mon Sep 17 00:00:00 2001 From: dborth Date: Fri, 19 Dec 2008 23:08:24 +0000 Subject: [PATCH] set video thread to critical priority --- source/ngc/vbaconfig.cpp | 1 + source/ngc/video.cpp | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/source/ngc/vbaconfig.cpp b/source/ngc/vbaconfig.cpp index 21258a7..249c934 100644 --- a/source/ngc/vbaconfig.cpp +++ b/source/ngc/vbaconfig.cpp @@ -12,6 +12,7 @@ #include #include #include "vba.h" +#include "input.h" struct SGCSettings GCSettings; diff --git a/source/ngc/video.cpp b/source/ngc/video.cpp index 9da677b..bddd81d 100644 --- a/source/ngc/video.cpp +++ b/source/ngc/video.cpp @@ -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); } /****************************************************************************