mirror of
https://github.com/86Box/86Box.git
synced 2025-01-23 17:52:01 -05:00
dang it...
This commit is contained in:
parent
ea9348d104
commit
3c654af286
1 changed files with 0 additions and 1 deletions
|
@ -5213,7 +5213,6 @@ mach32_hwcursor_draw(svga_t *svga, int displine)
|
|||
color0 = ((mach->ext_cur_col_0_r << 16) | (mach->ext_cur_col_0_g << 8) | mach->cursor_col_0);
|
||||
color1 = ((mach->ext_cur_col_1_r << 16) | (mach->ext_cur_col_1_g << 8) | mach->cursor_col_1);
|
||||
break;
|
||||
break;
|
||||
}
|
||||
|
||||
if (dev->interlace && dev->hwcursor_oddeven)
|
||||
|
|
Loading…
Add table
Reference in a new issue