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); } /****************************************************************************