diff options
Diffstat (limited to 'hw/vga_int.h')
-rw-r--r-- | hw/vga_int.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/vga_int.h b/hw/vga_int.h index c162c07103..4d5232f90f 100644 --- a/hw/vga_int.h +++ b/hw/vga_int.h @@ -176,6 +176,7 @@ typedef struct VGACommonState { vga_retrace_fn retrace; vga_update_retrace_info_fn update_retrace_info; union vga_retrace retrace_info; + uint8_t is_vbe_vmstate; } VGACommonState; static inline int c6_to_8(int v) |