mirror of
https://github.com/libretro/RetroArch
synced 2025-02-25 12:41:18 +00:00
Logging main_wrap.
This commit is contained in:
parent
99b41dd1d0
commit
44476bdbfb
@ -3077,9 +3077,15 @@ int rarch_main_init_wrap(const struct rarch_main_wrap *args)
|
||||
argv[argc++] = strdup("retroarch");
|
||||
|
||||
if (args->rom_path)
|
||||
{
|
||||
RARCH_LOG("Using ROM: %s.\n", args->rom_path);
|
||||
argv[argc++] = strdup(args->rom_path);
|
||||
}
|
||||
else
|
||||
{
|
||||
RARCH_LOG("No ROM, starting dummy core.\n");
|
||||
argv[argc++] = strdup("--menu");
|
||||
}
|
||||
|
||||
if (args->sram_path)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user