Applied mainline commit 631a8e4: Move video blit to seperate thread.
This commit is contained in:
@@ -148,6 +148,7 @@ void cga_poll(void *p)
|
||||
if (cga->displine < cga->firstline)
|
||||
{
|
||||
cga->firstline = cga->displine;
|
||||
video_wait_for_buffer();
|
||||
// printf("Firstline %i\n",firstline);
|
||||
}
|
||||
cga->lastline = cga->displine;
|
||||
|
||||
Reference in New Issue
Block a user