Finally add a note about Visual C++ 2017 in app

This commit is contained in:
Travis Nickles 2019-04-29 01:30:08 -05:00
parent 90045f7f50
commit 8797892103

View File

@ -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);
}