mirror of
https://github.com/libretro/RetroArch
synced 2025-03-23 19:21:03 +00:00
Log where core options file gets saved
This commit is contained in:
parent
6667560263
commit
fc33b7abcc
@ -27,6 +27,8 @@
|
|||||||
|
|
||||||
#include "core_option_manager.h"
|
#include "core_option_manager.h"
|
||||||
|
|
||||||
|
#include "../verbosity.h"
|
||||||
|
|
||||||
static bool core_option_manager_parse_variable(
|
static bool core_option_manager_parse_variable(
|
||||||
core_option_manager_t *opt, size_t idx,
|
core_option_manager_t *opt, size_t idx,
|
||||||
const struct retro_variable *var)
|
const struct retro_variable *var)
|
||||||
@ -239,6 +241,7 @@ bool core_option_manager_flush(core_option_manager_t *opt)
|
|||||||
core_option_manager_get_val(opt, i));
|
core_option_manager_get_val(opt, i));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
RARCH_LOG("Saved core options file to \"%s\"\n", opt->conf_path);
|
||||||
return config_file_write(opt->conf, opt->conf_path);
|
return config_file_write(opt->conf, opt->conf_path);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user