mirror of
https://github.com/libretro/RetroArch
synced 2025-04-01 13:20:43 +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);
|
RARCH_LOG("Using content: %s.\n", args->content_path);
|
||||||
argv[(*argc)++] = strdup(args->content_path);
|
argv[(*argc)++] = strdup(args->content_path);
|
||||||
}
|
}
|
||||||
|
#ifdef HAVE_MENU
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
#ifdef HAVE_MENU
|
|
||||||
RARCH_LOG("No content, starting dummy core.\n");
|
RARCH_LOG("No content, starting dummy core.\n");
|
||||||
argv[(*argc)++] = strdup("--menu");
|
argv[(*argc)++] = strdup("--menu");
|
||||||
#endif
|
|
||||||
}
|
}
|
||||||
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
if (args->sram_path)
|
if (args->sram_path)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user