mirror of
https://github.com/libretro/RetroArch
synced 2025-02-24 09:40:07 +00:00
Add log message
This commit is contained in:
parent
60a4bbabc3
commit
61fe38bf6d
@ -1979,7 +1979,10 @@ static void config_load_core_specific(void)
|
|||||||
*global->path.core_specific_config = '\0';
|
*global->path.core_specific_config = '\0';
|
||||||
|
|
||||||
if (string_is_empty(settings->path.libretro))
|
if (string_is_empty(settings->path.libretro))
|
||||||
|
{
|
||||||
|
RARCH_WARN("Libretro path not set, cannot load core-specific config file...\n");
|
||||||
return;
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
#ifdef HAVE_DYNAMIC
|
#ifdef HAVE_DYNAMIC
|
||||||
if (rarch_ctl(RARCH_CTL_IS_DUMMY_CORE, NULL))
|
if (rarch_ctl(RARCH_CTL_IS_DUMMY_CORE, NULL))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user