Fixed cursor in interlaced modes on S3 Vision864/Trio32/Trio64.
This commit is contained in:
parent
c18f7fffb0
commit
0c2efae9c3
3 changed files with 29 additions and 0 deletions
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue