From 438f2f111c1101068ca7d3c6d837e73ed2faf72d Mon Sep 17 00:00:00 2001 From: Twinaphex Date: Sat, 26 Jul 2014 03:37:49 +0200 Subject: [PATCH] (iOS) Don't do setting_data_reset in runActionSheet - retains settings --- apple/iOS/menu.m | 2 -- 1 file changed, 2 deletions(-) diff --git a/apple/iOS/menu.m b/apple/iOS/menu.m index 6cebd1fef7..f7e0d08af2 100644 --- a/apple/iOS/menu.m +++ b/apple/iOS/menu.m @@ -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