We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02f8cf6 commit 87e6c77Copy full SHA for 87e6c77
1 file changed
ui/drivers/ui_cocoatouch.m
@@ -952,7 +952,7 @@ - (void)applicationDidEnterBackground:(UIApplication *)application
952
RARCH_LOG("[Lifecycle] Stopping web servers (Bonjour)\n");
953
[[WebServer sharedInstance] stopServers];
954
#endif
955
-#ifdef HAVE_NETWORKING
+#if defined(HAVE_NETWORKING) && defined(HAVE_NETPLAYDISCOVERY) && defined(HAVE_NETPLAYDISCOVERY_NSNET)
956
netplay_mdns_suspend();
957
958
0 commit comments