mirror of
https://github.com/libretro/RetroArch
synced 2025-04-18 14:42:30 +00:00
Call RARCH_CTL_VERIFY_STDIN_PATHS
This commit is contained in:
parent
d3a9b04223
commit
4aa36501fb
@ -993,7 +993,12 @@ static void parse_input(int argc, char *argv[])
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
else if (!*global->subsystem && optind < argc)
|
else if (!*global->subsystem && optind < argc)
|
||||||
rarch_ctl(RARCH_CTL_SET_PATHS, (void*)argv[optind]);
|
{
|
||||||
|
if (rarch_ctl(RARCH_CTL_IS_STDIN_CLAIMED, NULL))
|
||||||
|
rarch_ctl(RARCH_CTL_VERIFY_STDIN_PATHS, NULL);
|
||||||
|
else
|
||||||
|
rarch_ctl(RARCH_CTL_SET_PATHS, (void*)argv[optind]);
|
||||||
|
}
|
||||||
else if (*global->subsystem && optind < argc)
|
else if (*global->subsystem && optind < argc)
|
||||||
set_special_paths(argv + optind, argc - optind);
|
set_special_paths(argv + optind, argc - optind);
|
||||||
else
|
else
|
||||||
|
Loading…
x
Reference in New Issue
Block a user