From 86d7c248f414e4910ac325d9d34682855b13e294 Mon Sep 17 00:00:00 2001 From: OBattler Date: Mon, 8 Jan 2024 00:09:35 +0100 Subject: [PATCH] The forgotten changes to vid_cga.h. --- src/include/86box/vid_cga.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/include/86box/vid_cga.h b/src/include/86box/vid_cga.h index f49fc73cc..5b6a2dea2 100644 --- a/src/include/86box/vid_cga.h +++ b/src/include/86box/vid_cga.h @@ -66,6 +66,7 @@ typedef struct cga_t { int composite; int snow_enabled; int rgb_type; + int double_type; } cga_t; void cga_init(cga_t *cga);