From abfc7bfe709000c1ca82654b64e6b43d3e06308a Mon Sep 17 00:00:00 2001 From: Simon Howard Date: Thu, 20 Oct 2011 21:13:35 +0000 Subject: Fix Konami code. Subversion-branch: /branches/v2-branch Subversion-revision: 2445 --- src/setup/display.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/setup/display.c') diff --git a/src/setup/display.c b/src/setup/display.c index ebd747e0..92b436b7 100644 --- a/src/setup/display.c +++ b/src/setup/display.c @@ -109,10 +109,11 @@ static int screen_width = 320; static int screen_height = 200; static int screen_bpp = 8; static int startup_delay = 1000; -static int graphical_startup = 1; -static int show_endoom = 1; static int usegamma = 0; +int graphical_startup = 1; +int show_endoom = 1; + // These are the last screen width/height values that were chosen by the // user. These are used when finding the "nearest" mode, so when // changing the fullscreen / aspect ratio options, the setting does not @@ -824,4 +825,3 @@ void BindDisplayVariables(void) } #endif } - -- cgit v1.2.3