mirror of
https://github.com/libretro/RetroArch
synced 2025-03-29 22:20:21 +00:00
(iOS) Add to iOS solution as well
This commit is contained in:
parent
eaddc9b625
commit
22ad0d5d03
@ -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;
|
||||
|
@ -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 = "";
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user