1
0
mirror of https://github.com/libretro/RetroArch synced 2025-02-23 15:40:35 +00:00

Add log message

This commit is contained in:
twinaphex 2016-07-23 13:03:35 +02:00
parent 60a4bbabc3
commit 61fe38bf6d

@ -1979,7 +1979,10 @@ static void config_load_core_specific(void)
*global->path.core_specific_config = '\0';
if (string_is_empty(settings->path.libretro))
{
RARCH_WARN("Libretro path not set, cannot load core-specific config file...\n");
return;
}
#ifdef HAVE_DYNAMIC
if (rarch_ctl(RARCH_CTL_IS_DUMMY_CORE, NULL))