mirror of
https://github.com/libretro/RetroArch
synced 2025-02-04 12:40:07 +00:00
(RARCH_CONSOLE) always set libretro path if not set
This commit is contained in:
parent
66b8d08fa8
commit
90c10a79b0
@ -38,7 +38,7 @@ void rarch_config_load(const char * conf_name, const char * libretro_dir_path, c
|
|||||||
}
|
}
|
||||||
|
|
||||||
#ifdef HAVE_LIBRETRO_MANAGEMENT
|
#ifdef HAVE_LIBRETRO_MANAGEMENT
|
||||||
if(find_libretro_path)
|
if(find_libretro_path || !g_settings.libretro[0])
|
||||||
{
|
{
|
||||||
CONFIG_GET_STRING(libretro, "libretro_path");
|
CONFIG_GET_STRING(libretro, "libretro_path");
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user