ViRGE S3D triangle rendering now uses worker thread.

Fixed clipping bug on ViRGE.
Fixed status window crash.
This commit is contained in:
TomW 2014-07-22 21:10:39 +01:00
commit 1c3d1039ff
22 changed files with 462 additions and 305 deletions

View file

@ -187,11 +187,11 @@ void oti067_force_redraw(void *p)
oti067->svga.fullchange = changeframecount;
}
int oti067_add_status_info(char *s, int max_len, void *p)
void oti067_add_status_info(char *s, int max_len, void *p)
{
oti067_t *oti067 = (oti067_t *)p;
return svga_add_status_info(s, max_len, &oti067->svga);
svga_add_status_info(s, max_len, &oti067->svga);
}
static device_config_t oti067_config[] =