mirror of
https://github.com/libretro/RetroArch.git
synced 2025-04-02 10:51:52 -04:00
Cleanups
This commit is contained in:
parent
b6fcc0dfac
commit
14297ef0d9
1 changed files with 1 additions and 2 deletions
|
@ -949,10 +949,9 @@ static bool command_event_cmd_exec(const char *data,
|
|||
content_info.argc = 0;
|
||||
content_info.argv = NULL;
|
||||
content_info.args = NULL;
|
||||
content_info.environ_get = NULL;
|
||||
#ifdef HAVE_MENU
|
||||
content_info.environ_get = menu_content_environment_get;
|
||||
#else
|
||||
content_info.environ_get = NULL;
|
||||
#endif
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue