mirror of
https://github.com/CTCaer/RetroArch.git
synced 2025-02-04 10:36:50 +00:00
Cleanups
This commit is contained in:
parent
b6fcc0dfac
commit
14297ef0d9
@ -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…
x
Reference in New Issue
Block a user