mirror of
https://github.com/libretro/RetroArch.git
synced 2025-04-02 10:51:52 -04:00
commit
b73c7fe4e9
1 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Reference in a new issue