Skip to content

Commit

Permalink
Blanking on reset for Bochs VBE
Browse files Browse the repository at this point in the history
  • Loading branch information
Cacodemon345 authored Jun 15, 2024
1 parent b6c3935 commit 141d071
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/video/vid_bochs_vbe.c
Original file line number Diff line number Diff line change
Expand Up @@ -802,6 +802,7 @@ bochs_vbe_reset(void *priv)
reset_state->slot = dev->slot;

*dev = *reset_state;
svga_recalctimings(&dev->svga);
}
}

Expand Down

0 comments on commit 141d071

Please sign in to comment.