mirror of
https://github.com/cemu-project/DS4Windows.git
synced 2025-02-02 18:12:32 +01:00
Change arch updater exe filename
This commit is contained in:
parent
481323c68d
commit
79bfb33bbd
@ -66,7 +66,7 @@ namespace DS4Windows
|
|||||||
private const string UPDATER_VERSION = "1.2.9";
|
private const string UPDATER_VERSION = "1.2.9";
|
||||||
private const int WM_QUERYENDSESSION = 0x11;
|
private const int WM_QUERYENDSESSION = 0x11;
|
||||||
private const int WM_CLOSE = 0x10;
|
private const int WM_CLOSE = 0x10;
|
||||||
internal string updaterExe = Environment.Is64BitProcess ? "DS4Updater.exe" : "DS4Updater_x86.exe";
|
internal string updaterExe = Environment.Is64BitProcess ? "DS4Updater_x64.exe" : "DS4Updater_x86.exe";
|
||||||
|
|
||||||
[DllImport("user32.dll")]
|
[DllImport("user32.dll")]
|
||||||
private static extern IntPtr GetForegroundWindow();
|
private static extern IntPtr GetForegroundWindow();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user