mirror of
https://github.com/cemu-project/DS4Windows.git
synced 2024-11-26 19:14:20 +01:00
Update reference version for DS4Updater
This commit is contained in:
parent
51ed6eeeef
commit
cf81801564
@ -62,7 +62,7 @@ namespace DS4Windows
|
||||
{ "DS4Windows v" + FileVersionInfo.GetVersionInfo(Assembly.GetExecutingAssembly().Location).FileVersion,
|
||||
string.Empty, string.Empty, string.Empty, string.Empty };
|
||||
|
||||
internal const string UPDATER_VERSION = "1.2.7.0";
|
||||
internal const string UPDATER_VERSION = "1.2.8.0";
|
||||
internal static int WM_QUERYENDSESSION = 0x11;
|
||||
internal string updaterExe = Environment.Is64BitProcess ? "DS4Updater.exe" : "DS4Updater_x86.exe";
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user