If run with no args, start menu.
This commit is contained in:
parent
aed81d2dad
commit
7923ac4849
|
@ -793,8 +793,8 @@ static void parse_input(int argc, char *argv[])
|
|||
{
|
||||
if (argc < 2)
|
||||
{
|
||||
print_help();
|
||||
rarch_fail(1, "parse_input()");
|
||||
g_extern.libretro_dummy = true;
|
||||
return;
|
||||
}
|
||||
|
||||
g_extern.libretro_dummy = false;
|
||||
|
|
Loading…
Reference in New Issue