Put 'var' variable inside HAVE_DYNAREC ifdef for now to silence

warning
This commit is contained in:
twinaphex 2014-12-11 19:47:36 +01:00
parent 657c7bee5c
commit 8d8bb64ef6
1 changed files with 1 additions and 1 deletions

View File

@ -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;