diff options
Diffstat (limited to 'hw/vga.c')
-rw-r--r-- | hw/vga.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -2678,4 +2678,5 @@ static void vga_screen_dump(void *opaque, const char *filename) vga_screen_dump_graphic(s, filename); else vga_screen_dump_text(s, filename); + vga_invalidate_display(s); } |