mirror of
https://github.com/libretro/RetroArch.git
synced 2025-04-02 10:51:52 -04:00
Remove nonsensical check.
This commit is contained in:
parent
5cdbe7e3cc
commit
7f6b47ae9e
1 changed files with 1 additions and 2 deletions
|
@ -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…
Add table
Reference in a new issue