Move video blit to seperate thread.
This commit is contained in:
parent
7818f459ee
commit
9f4b159121
18 changed files with 268 additions and 99 deletions
|
|
@ -236,6 +236,7 @@ void tandy_poll(void *p)
|
|||
if (tandy->displine < tandy->firstline)
|
||||
{
|
||||
tandy->firstline = tandy->displine;
|
||||
video_wait_for_buffer();
|
||||
// printf("Firstline %i\n",firstline);
|
||||
}
|
||||
tandy->lastline = tandy->displine;
|
||||
|
|
|
|||
Loading…
Reference in a new issue