mirror of
https://github.com/FunKey-Project/gpsp_libretro.git
synced 2026-05-04 11:53:31 +02:00
Put 'var' variable inside HAVE_DYNAREC ifdef for now to silence
warning
This commit is contained in:
@@ -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;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user