From 8d8bb64ef6b195382a157e405a8d39669540ce50 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Thu, 11 Dec 2014 19:47:36 +0100 Subject: [PATCH] Put 'var' variable inside HAVE_DYNAREC ifdef for now to silence warning --- libretro.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libretro.c b/libretro.c index db5e0f5..616d522 100644 --- a/libretro.c +++ b/libretro.c @@ -221,9 +221,9 @@ static void extract_directory(char* buf, const char* path, size_t size) static void check_variables(int started_from_load) { +#ifdef HAVE_DYNAREC struct retro_variable var; -#ifdef HAVE_DYNAREC var.key = "gpsp_drc"; var.value = NULL;