Start menu if ROM is not passed to rarch_main_wrap.
This commit is contained in:
parent
1e4cc2164c
commit
846557ba21
|
@ -3078,6 +3078,8 @@ int rarch_main_init_wrap(const struct rarch_main_wrap *args)
|
||||||
|
|
||||||
if (args->rom_path)
|
if (args->rom_path)
|
||||||
argv[argc++] = strdup(args->rom_path);
|
argv[argc++] = strdup(args->rom_path);
|
||||||
|
else
|
||||||
|
argv[argc++] = strdup("--menu");
|
||||||
|
|
||||||
if (args->sram_path)
|
if (args->sram_path)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue