mirror of
https://github.com/libretro/RetroArch.git
synced 2025-02-21 10:11:18 +00:00
Save libretro_path for non-HAVE_DYNAMIC
This commit is contained in:
parent
282dbf0b38
commit
1633cd8701
@ -3071,6 +3071,11 @@ bool config_save_file(const char *path)
|
||||
config_set_float(conf, "slowmotion_ratio",
|
||||
settings->slowmotion_ratio);
|
||||
|
||||
#ifndef HAVE_DYNAMIC
|
||||
config_set_path(conf, "libretro_path",
|
||||
settings->path.libretro);;
|
||||
#endif
|
||||
|
||||
config_set_bool(conf, "config_save_on_exit",
|
||||
settings->config_save_on_exit);
|
||||
config_set_int(conf, "state_slot", settings->state_slot);
|
||||
|
Loading…
x
Reference in New Issue
Block a user