mirror of
https://github.com/libretro/RetroArch.git
synced 2025-04-02 10:51:52 -04:00
(Salamander) If core_path is 'builtin', just fall back and start
up first libretro core executable we can find
This commit is contained in:
parent
3def2655a2
commit
7775471a8f
1 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue