From 5aff71998411951dfce9de5e08fed6b2b71ecc87 Mon Sep 17 00:00:00 2001 From: Cameron Gutman Date: Sat, 24 Sep 2016 18:51:55 -0700 Subject: [PATCH] Add message to enable GameStream for GFE 3.0 --- Limelight/Network/DiscoveryManager.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Limelight/Network/DiscoveryManager.m b/Limelight/Network/DiscoveryManager.m index 7302930..6a15e7e 100644 --- a/Limelight/Network/DiscoveryManager.m +++ b/Limelight/Network/DiscoveryManager.m @@ -64,7 +64,7 @@ callback(host, nil); } } else { - callback(nil, @"Could not connect to host"); + callback(nil, @"Could not connect to host. Ensure GameStream is enabled in GeForce Experience on your PC."); } }