Fixed cursor in interlaced modes on S3 Vision864/Trio32/Trio64.

This commit is contained in:
TomW 2014-07-09 22:12:59 +01:00
commit 0c2efae9c3
3 changed files with 29 additions and 0 deletions

View file

@ -90,6 +90,9 @@ typedef struct svga_t
int hwcursor_on;
int overlay_on;
int hwcursor_oddeven;
int overlay_oddeven;
void (*render)(struct svga_t *svga);
void (*recalctimings_ex)(struct svga_t *svga);