ViRGE S3D triangle rendering now uses worker thread.
Fixed clipping bug on ViRGE. Fixed status window crash.
This commit is contained in:
parent
67cb9e3781
commit
1c3d1039ff
22 changed files with 462 additions and 305 deletions
|
|
@ -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[] =
|
||||
|
|
|
|||
Loading…
Reference in a new issue