mirror of
https://github.com/cemu-project/DS4Windows.git
synced 2024-11-26 11:04:21 +01:00
Finally add a note about Visual C++ 2017 in app
This commit is contained in:
parent
90045f7f50
commit
8797892103
@ -534,7 +534,7 @@ namespace DS4Windows
|
|||||||
}
|
}
|
||||||
else
|
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);
|
LogDebug(logMessage);
|
||||||
AppLogger.LogToTray(logMessage);
|
AppLogger.LogToTray(logMessage);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user