mirror of
https://github.com/libretro/RetroArch
synced 2025-01-27 21:35:25 +00:00
commit
b73c7fe4e9
@ -871,7 +871,7 @@ static void content_load_init_wrap(
|
||||
*argc = 0;
|
||||
argv[(*argc)++] = strdup("retroarch");
|
||||
|
||||
#ifndef HAVE_DYNAMIC
|
||||
#ifdef HAVE_DYNAMIC
|
||||
if (!args->no_content)
|
||||
{
|
||||
#endif
|
||||
@ -888,7 +888,7 @@ static void content_load_init_wrap(
|
||||
argv[(*argc)++] = strdup("--menu");
|
||||
}
|
||||
#endif
|
||||
#ifndef HAVE_DYNAMIC
|
||||
#ifdef HAVE_DYNAMIC
|
||||
}
|
||||
#endif
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user