mirror of
https://github.com/86Box/86Box.git
synced 2026-02-22 09:35:32 -07:00
Fix refresh rate display if Voodoo 1/2 Graphics is active (#6598)
This commit is contained in:
@@ -645,6 +645,8 @@ skip_draw:
|
||||
|
||||
if (voodoo->dirty_line_high > voodoo->dirty_line_low || force_blit)
|
||||
svga_doblit(voodoo->h_disp, voodoo->v_disp - 1, voodoo->svga);
|
||||
else if (voodoo->svga->override)
|
||||
voodoo->svga->monitor->mon_renderedframes++;
|
||||
if (voodoo->clutData_dirty) {
|
||||
voodoo->clutData_dirty = 0;
|
||||
voodoo_calc_clutData(voodoo);
|
||||
|
||||
Reference in New Issue
Block a user