mirror of
https://github.com/cemu-project/DS4Windows.git
synced 2024-11-22 17:29:18 +01:00
Updated Welcome Dialog to usee ViGEm Installer 1.6.115
This commit is contained in:
parent
d227e087d9
commit
fa38d4e315
@ -16,8 +16,8 @@ namespace DS4Windows.Forms
|
||||
public partial class WelcomeDialog : Form
|
||||
{
|
||||
private const string InstallerDL =
|
||||
"https://github.com/ViGEm/ViGEmBus/releases/download/v1.16.112/ViGEmBus_Setup_1.16.112.exe";
|
||||
private const string InstFileName = "ViGEmBus_Setup_1.16.112.exe";
|
||||
"https://github.com/ViGEm/ViGEmBus/releases/download/v1.16.112/ViGEmBus_Setup_1.16.115.exe";
|
||||
private const string InstFileName = "ViGEmBus_Setup_1.16.115.exe";
|
||||
|
||||
public WelcomeDialog(bool loadConfig=false)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user