Skip to content

Commit 87e6c77

Browse files
committed
ios9 build fix
1 parent 02f8cf6 commit 87e6c77

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ui/drivers/ui_cocoatouch.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -952,7 +952,7 @@ - (void)applicationDidEnterBackground:(UIApplication *)application
952952
RARCH_LOG("[Lifecycle] Stopping web servers (Bonjour)\n");
953953
[[WebServer sharedInstance] stopServers];
954954
#endif
955-
#ifdef HAVE_NETWORKING
955+
#if defined(HAVE_NETWORKING) && defined(HAVE_NETPLAYDISCOVERY) && defined(HAVE_NETPLAYDISCOVERY_NSNET)
956956
netplay_mdns_suspend();
957957
#endif
958958

0 commit comments

Comments
 (0)