mirror of
https://github.com/libretro/RetroArch.git
synced 2025-04-02 10:51:52 -04:00
enable saving for core options
This commit is contained in:
parent
b83f9f8811
commit
4030a5d53a
1 changed files with 1 additions and 0 deletions
|
@ -2124,6 +2124,7 @@ bool config_save_file(const char *path)
|
|||
config_set_path(conf, "libretro_path", settings->libretro);
|
||||
config_set_path(conf, "libretro_directory", settings->libretro_directory);
|
||||
config_set_path(conf, "libretro_info_path", settings->libretro_info_path);
|
||||
config_set_path(conf, "core_options_path", settings->core_options_path);
|
||||
config_set_path(conf, "content_database_path", settings->content_database);
|
||||
config_set_path(conf, "cheat_database_path", settings->cheat_database);
|
||||
config_set_path(conf, "cursor_directory", settings->cursor_directory);
|
||||
|
|
Loading…
Add table
Reference in a new issue