mirror of
https://github.com/FunKey-Project/gpsp_libretro.git
synced 2026-01-27 02:05:23 +01:00
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)
|
||||
{
|
||||
#ifdef HAVE_DYNAREC
|
||||
struct retro_variable var;
|
||||
|
||||
#ifdef HAVE_DYNAREC
|
||||
var.key = "gpsp_drc";
|
||||
var.value = NULL;
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user