From dab4cab222945c558f95abbab6918d951edd5c4f Mon Sep 17 00:00:00 2001 From: OBattler Date: Thu, 18 Feb 2021 22:06:26 +0100 Subject: [PATCH] Briefly readded the egareads and egawrites variables to fix compile errors. --- src/video/video.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/video/video.c b/src/video/video.c index da5e89f8d..66fb1d024 100644 --- a/src/video/video.c +++ b/src/video/video.c @@ -85,6 +85,7 @@ dbcs_font_t *fontdatksc5601_user = NULL; /* Korean KSC-5601 user defined font */ uint32_t pal_lookup[256]; int xsize = 1, ysize = 1; +int egareads = 0, egawrites = 0; int cga_palette = 0, herc_blend = 0; uint32_t *video_6to8 = NULL,