mirror of
https://github.com/libretro/RetroArch
synced 2025-01-27 21:35:25 +00:00
ios: fix saving overrides always including libretro_directory (#17205)
This commit is contained in:
parent
73efac6815
commit
6a17201d70
@ -5671,6 +5671,10 @@ int8_t config_save_overrides(enum override_type type,
|
||||
{
|
||||
if (!string_is_equal(path_settings[i].ptr, path_overrides[i].ptr))
|
||||
{
|
||||
#if IOS
|
||||
if (string_is_equal(path_settings[i].ident, "libretro_directory"))
|
||||
continue;
|
||||
#endif
|
||||
config_set_path(conf, path_overrides[i].ident,
|
||||
path_overrides[i].ptr);
|
||||
RARCH_DBG("[Overrides]: %s = \"%s\"\n",
|
||||
|
Loading…
x
Reference in New Issue
Block a user