mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-27 10:10:57 +00:00
(UPnP) Accept IGD v2 service types (#13482)
This commit is contained in:
parent
2095fc53f8
commit
f8da64d740
@ -379,8 +379,8 @@ static bool parse_desc_node(rxml_node_t *node,
|
||||
return false;
|
||||
|
||||
/* These two are the only IGD service types we can work with. */
|
||||
if (!strstr(service_type->data, "WANIPConnection:1") &&
|
||||
!strstr(service_type->data, "WANPPPConnection:1"))
|
||||
if (!strstr(service_type->data, ":WANIPConnection:") &&
|
||||
!strstr(service_type->data, ":WANPPPConnection:"))
|
||||
return false;
|
||||
if (!build_control_url(control_url, device))
|
||||
return false;
|
||||
|
Loading…
Reference in New Issue
Block a user