mirror of
https://github.com/libretro/RetroArch.git
synced 2025-02-04 00:06:11 +00:00
Log default config path used.
This commit is contained in:
parent
f0f925915d
commit
4b6cca9551
@ -380,6 +380,8 @@ static void parse_config_file(void)
|
||||
{
|
||||
RARCH_LOG("Loading default config.\n");
|
||||
ret = config_load_file(NULL);
|
||||
if (*g_extern.config_path)
|
||||
RARCH_LOG("Found default config: %s.\n", g_extern.config_path);
|
||||
}
|
||||
|
||||
if (!ret)
|
||||
|
Loading…
x
Reference in New Issue
Block a user