Move video blit to seperate thread.
This commit is contained in:
parent
7818f459ee
commit
9f4b159121
18 changed files with 268 additions and 99 deletions
|
|
@ -179,7 +179,10 @@ static void pc1512_poll(void *p)
|
|||
if (pc1512->dispon)
|
||||
{
|
||||
if (pc1512->displine < pc1512->firstline)
|
||||
{
|
||||
pc1512->firstline = pc1512->displine;
|
||||
video_wait_for_buffer();
|
||||
}
|
||||
pc1512->lastline = pc1512->displine;
|
||||
for (c = 0; c < 8; c++)
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue