Put 'var' variable inside HAVE_DYNAREC ifdef for now to silence
warning
This commit is contained in:
parent
657c7bee5c
commit
8d8bb64ef6
|
@ -221,9 +221,9 @@ static void extract_directory(char* buf, const char* path, size_t size)
|
||||||
|
|
||||||
static void check_variables(int started_from_load)
|
static void check_variables(int started_from_load)
|
||||||
{
|
{
|
||||||
|
#ifdef HAVE_DYNAREC
|
||||||
struct retro_variable var;
|
struct retro_variable var;
|
||||||
|
|
||||||
#ifdef HAVE_DYNAREC
|
|
||||||
var.key = "gpsp_drc";
|
var.key = "gpsp_drc";
|
||||||
var.value = NULL;
|
var.value = NULL;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue