mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-23 16:09:47 +00:00
(RARCH_CONSOLE) Add log to indicate when config file is being
saved, and to where
This commit is contained in:
parent
d36af814c6
commit
13979fe33f
@ -1081,6 +1081,8 @@ bool config_save_file(const char *path)
|
||||
if (!conf)
|
||||
return false;
|
||||
|
||||
RARCH_LOG("Saving config at path: \"%s\"\n", g_extern.config_path);
|
||||
|
||||
config_set_string(conf, "libretro_path", g_settings.libretro);
|
||||
config_set_string(conf, "cheat_database_path", g_settings.cheat_database);
|
||||
config_set_bool(conf, "rewind_enable", g_settings.rewind_enable);
|
||||
|
Loading…
Reference in New Issue
Block a user