Skip to content

Commit

Permalink
mystique_line_compare: Return 1
Browse files Browse the repository at this point in the history
Reduces glitches on M3D, although it doesn't eliminate it completely
  • Loading branch information
Cacodemon345 authored Dec 22, 2023
1 parent e469861 commit 6b7cb3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/video/vid_mga.c
Original file line number Diff line number Diff line change
Expand Up @@ -805,7 +805,7 @@ mystique_line_compare(svga_t *svga)
mystique->status |= STATUS_VLINEPEN;
mystique_update_irqs(mystique);

return 0;
return 1;
}

static void
Expand Down

0 comments on commit 6b7cb3a

Please sign in to comment.