mirror of
https://github.com/libretro/RetroArch
synced 2025-04-10 15:45:19 +00:00
Remove nonsensical check.
This commit is contained in:
parent
5cdbe7e3cc
commit
7f6b47ae9e
@ -635,9 +635,8 @@ bool rarch_environment_cb(unsigned cmd, void *data)
|
|||||||
struct retro_variable *var = (struct retro_variable*)data;
|
struct retro_variable *var = (struct retro_variable*)data;
|
||||||
|
|
||||||
if (var) {
|
if (var) {
|
||||||
RARCH_LOG("Environ GET_VARIABLE %s:\n", var->key);
|
RARCH_LOG("Environ GET_VARIABLE %s: not implemented.\n", var->key);
|
||||||
var->value = NULL;
|
var->value = NULL;
|
||||||
RARCH_LOG("\t%s\n", var->value ? var->value : "N/A");
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user