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;