mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-23 16:09:47 +00:00
execv call was missing in frontend_linux_exec.
This commit is contained in:
parent
ad7cb85fcc
commit
39adab8cc1
@ -2061,6 +2061,8 @@ static void frontend_linux_exec(const char *path, bool should_load_game)
|
||||
newargv[0] = malloc(len);
|
||||
|
||||
strlcpy(newargv[0], path, len);
|
||||
|
||||
execv(path, newargv);
|
||||
}
|
||||
|
||||
static void frontend_linux_exitspawn(char *core_path, size_t core_path_size)
|
||||
|
Loading…
Reference in New Issue
Block a user