From a8b4a281c42c022147a984fa7aaf77ad149278c7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20E=C3=9Fer?= Date: Tue, 22 Sep 2020 18:38:06 +0000 Subject: Fix build with -fno-common --- emulators/gngb/files/patch-src_message.c | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 emulators/gngb/files/patch-src_message.c (limited to 'emulators/gngb/files/patch-src_message.c') diff --git a/emulators/gngb/files/patch-src_message.c b/emulators/gngb/files/patch-src_message.c new file mode 100644 index 000000000000..2aa5d32f1a67 --- /dev/null +++ b/emulators/gngb/files/patch-src_message.c @@ -0,0 +1,10 @@ +--- src/message.c.orig 2003-04-03 13:27:29 UTC ++++ src/message.c +@@ -34,6 +34,7 @@ static int tempo_mes; + + #define BUF_ALPHA 240 + ++int wl,hl,xm,ym; + char mes_buf[50]; + char info_buf[50]; + //extern SDL_Surface *gb_screen; -- cgit v1.2.3