mirror of
https://github.com/cemu-project/DS4Windows.git
synced 2024-12-24 15:41:49 +01:00
Link to newer version of DS4Updater
This commit is contained in:
parent
795754b480
commit
412d661454
@ -63,7 +63,7 @@ namespace DS4Windows
|
||||
{ "DS4Windows v" + FileVersionInfo.GetVersionInfo(Assembly.GetExecutingAssembly().Location).FileVersion,
|
||||
string.Empty, string.Empty, string.Empty, string.Empty };
|
||||
|
||||
private const string UPDATER_VERSION = "1.2.9";
|
||||
private const string UPDATER_VERSION = "1.3.0";
|
||||
private const int WM_QUERYENDSESSION = 0x11;
|
||||
private const int WM_CLOSE = 0x10;
|
||||
internal string updaterExe = Environment.Is64BitProcess ? "DS4Updater_x64.exe" : "DS4Updater_x86.exe";
|
||||
|
Loading…
Reference in New Issue
Block a user