Start menu if ROM is not passed to rarch_main_wrap.

This commit is contained in:
Themaister 2013-04-21 01:12:30 +02:00
parent 1e4cc2164c
commit 846557ba21

View File

@ -3078,6 +3078,8 @@ int rarch_main_init_wrap(const struct rarch_main_wrap *args)
if (args->rom_path)
argv[argc++] = strdup(args->rom_path);
else
argv[argc++] = strdup("--menu");
if (args->sram_path)
{