(Salamander) If core_path is 'builtin', just fall back and start

up first libretro core executable we can find
This commit is contained in:
twinaphex 2016-07-31 21:24:16 +02:00
parent 3def2655a2
commit 7775471a8f

View file

@ -128,7 +128,9 @@ static void salamander_init(char *s, size_t len)
{
config_get_array(conf, "libretro_path", tmp_str, sizeof(tmp_str));
config_file_free(conf);
strlcpy(s, tmp_str, len);
if (strcmp(tmp_str, "builtin") != 0)
strlcpy(s, tmp_str, len);
}
#ifdef GEKKO
/* stupid libfat bug or something; sometimes it says