diff --git a/DS4Windows/DS4Control/ControlService.cs b/DS4Windows/DS4Control/ControlService.cs index e2226a1..4fc630f 100644 --- a/DS4Windows/DS4Control/ControlService.cs +++ b/DS4Windows/DS4Control/ControlService.cs @@ -534,7 +534,7 @@ namespace DS4Windows } else { - string logMessage = "Could not connect to ViGEmBus. Please check the status of the System device in Device Manager"; + string logMessage = "Could not connect to ViGEmBus. Please check the status of the System device in Device Manager and if Visual C++ 2017 Redistributable is installed."; LogDebug(logMessage); AppLogger.LogToTray(logMessage); }