From 316e1ebf66d243acae8a5c9ced0ae5ac53d8eea5 Mon Sep 17 00:00:00 2001 From: alphanu1 <37101891+alphanu1@users.noreply.github.com> Date: Mon, 26 Mar 2018 21:25:16 +0100 Subject: [PATCH] Add files via upload Missing var in Linux placeholder --- gfx/video_crt_linux.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gfx/video_crt_linux.c b/gfx/video_crt_linux.c index 9a2d8299b6..f21632c648 100644 --- a/gfx/video_crt_linux.c +++ b/gfx/video_crt_linux.c @@ -22,6 +22,8 @@ #include "video_crt_switch.h" +static int first_run; + void check_first_run() { /* ruin of first boot to get current display resolution */ if (first_run != 1)