From b370d3f048828e0ff2d95d00ef036b02f48d8026 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Tue, 11 Feb 2014 17:10:13 +0100 Subject: [PATCH] Stub function of null_gfx_restart when HAVE_MENU is defined --- gfx/null.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/gfx/null.c b/gfx/null.c index cc30aa8be3..75f592fb60 100644 --- a/gfx/null.c +++ b/gfx/null.c @@ -62,8 +62,7 @@ static void null_gfx_free(void *data) (void)data; } -#ifdef RARCH_CONSOLE -static void null_gfx_start(void) {} +#ifdef HAVE_MENU static void null_gfx_restart(void) {} #endif