(iOS) Add to iOS solution as well

This commit is contained in:
Twinaphex 2014-10-09 05:20:13 +02:00
parent eaddc9b625
commit 22ad0d5d03
3 changed files with 9 additions and 0 deletions

View File

@ -352,6 +352,7 @@
"-DHAVE_LAKKA",
"-DHAVE_GLUI",
"-DHAVE_HID",
"-DHAVE_XMB",
);
PRODUCT_NAME = "$(TARGET_NAME)";
SDKROOT = macosx;
@ -421,6 +422,7 @@
"-DHAVE_LAKKA",
"-DHAVE_GLUI",
"-DHAVE_HID",
"-DHAVE_XMB",
);
PRODUCT_NAME = "$(TARGET_NAME)";
SDKROOT = macosx;

View File

@ -508,6 +508,7 @@
"-DHAVE_FILTERS_BUILTIN",
"-DHAVE_LAKKA",
"-DHAVE_GLUI",
"-DHAVE_XMB",
);
PRODUCT_NAME = "$(TARGET_NAME)";
VALID_ARCHS = "armv7 armv7s";
@ -562,6 +563,7 @@
"-DHAVE_7ZIP",
"-DHAVE_LAKKA",
"-DHAVE_GLUI",
"-DHAVE_XMB",
);
"OTHER_CFLAGS[arch=*]" = (
"-DNS_BLOCK_ASSERTIONS=1",
@ -593,6 +595,7 @@
"-DHAVE_7ZIP",
"-DHAVE_LAKKA",
"-DHAVE_GLUI",
"-DHAVE_XMB",
);
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE = "";

View File

@ -809,6 +809,10 @@ static void RunActionSheet(const char* title, const struct string_list* items, U
}
setting_data = (rarch_setting_t*)driver.menu->list_settings;
if (!setting_data)
return NULL;
setting_data_load_config_path(setting_data, _pathToSave.UTF8String);
// HACK: Load the key mapping table