mirror of
https://github.com/CTCaer/RetroArch.git
synced 2025-02-10 21:52:42 +00:00
Cleanup
This commit is contained in:
parent
13c54381e4
commit
d9d0c0f842
@ -203,13 +203,13 @@ static void rarch_main_init_wrap(
|
||||
RARCH_LOG("Using content: %s.\n", args->content_path);
|
||||
argv[(*argc)++] = strdup(args->content_path);
|
||||
}
|
||||
#ifdef HAVE_MENU
|
||||
else
|
||||
{
|
||||
#ifdef HAVE_MENU
|
||||
RARCH_LOG("No content, starting dummy core.\n");
|
||||
argv[(*argc)++] = strdup("--menu");
|
||||
#endif
|
||||
}
|
||||
#endif
|
||||
}
|
||||
|
||||
if (args->sram_path)
|
||||
|
Loading…
x
Reference in New Issue
Block a user