mirror of
https://github.com/libretro/RetroArch
synced 2025-02-04 21:40:02 +00:00
(GX) have salamander set libretro_path
This commit is contained in:
parent
aba0d0de79
commit
946d09251c
@ -109,6 +109,14 @@ static void init_settings(void)
|
|||||||
{
|
{
|
||||||
RARCH_LOG("Start [%s] found in retroarch.cfg.\n", libretro_path);
|
RARCH_LOG("Start [%s] found in retroarch.cfg.\n", libretro_path);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (!config_file_exists)
|
||||||
|
{
|
||||||
|
config_file_t *new_conf = config_file_new(NULL);
|
||||||
|
config_set_string(new_conf, "libretro_path", libretro_path);
|
||||||
|
config_file_write(new_conf, default_paths.config_file);
|
||||||
|
config_file_free(new_conf);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user