We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b8b26b commit 873d879Copy full SHA for 873d879
src/video/vid_s3.c
@@ -4093,6 +4093,11 @@ s3_recalctimings(svga_t *svga)
4093
}
4094
4095
4096
+
4097
+ if ((s3->chip == S3_TRIO32) || (s3->chip == S3_TRIO64))
4098
+ svga->hoverride = 1;
4099
+ else
4100
+ svga->hoverride = 0;
4101
4102
4103
static void
@@ -4271,6 +4276,8 @@ s3_trio64v_recalctimings(svga_t *svga)
4271
4276
break;
4272
4277
4273
4278
4279
4280
4274
4281
4275
4282
4283
0 commit comments