mirror of
https://github.com/libretro/RetroArch
synced 2025-03-02 19:13:34 +00:00
(iOS) Fix config reload when returning from settings menu
This commit is contained in:
parent
24dc89f42e
commit
0513b99cc2
@ -702,6 +702,8 @@ static void RunActionSheet(const char* title, const struct string_list* items, U
|
||||
config_set_string(config, "savestate_directory", [[RetroArch_iOS get].systemDirectory UTF8String]);
|
||||
config_file_write(config, self.pathToSave.UTF8String);
|
||||
config_file_free(config);
|
||||
|
||||
apple_refresh_config();
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user