mirror of
https://github.com/cemu-project/DS4Windows.git
synced 2024-11-23 09:49:16 +01:00
Changed ScpVBus download URL
This commit is contained in:
parent
8b8a697792
commit
6ed165c29f
@ -43,7 +43,7 @@ namespace DS4Windows
|
|||||||
WebClient wb = new WebClient();
|
WebClient wb = new WebClient();
|
||||||
if (!driverinstalling)
|
if (!driverinstalling)
|
||||||
{
|
{
|
||||||
wb.DownloadFileAsync(new Uri("http://23.239.26.40/ds4windows/files/Virtual Bus Driver.zip"), exepath + "\\VBus.zip");
|
wb.DownloadFileAsync(new Uri("https://github.com/Ryochan7/DS4Windows/raw/jay/extras/Virtual Bus Driver.zip"), exepath + "\\VBus.zip");
|
||||||
wb.DownloadProgressChanged += wb_DownloadProgressChanged;
|
wb.DownloadProgressChanged += wb_DownloadProgressChanged;
|
||||||
wb.DownloadFileCompleted += wb_DownloadFileCompleted;
|
wb.DownloadFileCompleted += wb_DownloadFileCompleted;
|
||||||
driverinstalling = true;
|
driverinstalling = true;
|
||||||
|
Loading…
Reference in New Issue
Block a user