mirror of
https://github.com/libretro/RetroArch.git
synced 2025-02-01 14:31:54 +00:00
(iOS) Don't do setting_data_reset in runActionSheet - retains
settings
This commit is contained in:
parent
89220e8d12
commit
438f2f111c
@ -774,8 +774,6 @@ static void RunActionSheet(const char* title, const struct string_list* items, U
|
||||
}
|
||||
|
||||
setting_data = (rarch_setting_t*)setting_data_get_list();
|
||||
|
||||
setting_data_reset(setting_data);
|
||||
setting_data_load_config_path(setting_data, _pathToSave.UTF8String);
|
||||
|
||||
// HACK: Load the key mapping table
|
||||
|
Loading…
x
Reference in New Issue
Block a user