mirror of
https://github.com/libretro/RetroArch
synced 2025-03-29 13:20:30 +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;
|
||||
|
||||
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;
|
||||
RARCH_LOG("\t%s\n", var->value ? var->value : "N/A");
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user