(RARCH_CONSOLE) Add log to indicate when config file is being

saved, and to where
This commit is contained in:
twinaphex 2013-01-10 07:11:37 +01:00
parent d36af814c6
commit 13979fe33f

View File

@ -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);