mirror of
https://github.com/libretro/RetroArch
synced 2025-04-01 04:20:27 +00:00
remove per platform autoconf profiles, use the global one for now on
This commit is contained in:
parent
15a3aa134a
commit
b79f81a595
@ -1358,19 +1358,8 @@ static int action_ok_download_generic(const char *path,
|
|||||||
else if (!strcmp(type_msg, "cb_update_assets"))
|
else if (!strcmp(type_msg, "cb_update_assets"))
|
||||||
path = "assets.zip";
|
path = "assets.zip";
|
||||||
else if (!strcmp(type_msg, "cb_update_autoconfig_profiles"))
|
else if (!strcmp(type_msg, "cb_update_autoconfig_profiles"))
|
||||||
{
|
|
||||||
#ifdef ANDROID
|
|
||||||
path = "autoconf_android.zip";
|
|
||||||
#elif defined(__QNX__)
|
|
||||||
path = "autoconf_qnx.zip";
|
|
||||||
#elif defined(HAVE_UDEV)
|
|
||||||
path = "autoconf_udev.zip";
|
|
||||||
#elif defined(HAVE_XINPUT2)
|
|
||||||
path = "autoconf_xinput.zip";
|
|
||||||
#else
|
|
||||||
path = "autoconf.zip";
|
path = "autoconf.zip";
|
||||||
#endif
|
|
||||||
}
|
|
||||||
#ifdef HAVE_HID
|
#ifdef HAVE_HID
|
||||||
else if (!strcmp(type_msg, "cb_update_autoconfig_profiles_hid"))
|
else if (!strcmp(type_msg, "cb_update_autoconfig_profiles_hid"))
|
||||||
path = "autoconf_hid.zip";
|
path = "autoconf_hid.zip";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user