mirror of
https://github.com/cemu-project/DS4Windows.git
synced 2025-01-12 00:09:11 +01:00
Add minor log notice about HidGuardian
This commit is contained in:
parent
aa2ff36490
commit
c02e6c89dc
@ -165,7 +165,7 @@ namespace DS4Windows
|
||||
// Thread.SpinWait(500);
|
||||
//}
|
||||
|
||||
if (Global.IsHidGuardianInstalled())
|
||||
if (Global.hidguardInstalled)
|
||||
{
|
||||
ProcessStartInfo startInfo =
|
||||
new ProcessStartInfo(Global.exedirpath + "\\HidGuardHelper.exe");
|
||||
@ -422,6 +422,10 @@ namespace DS4Windows
|
||||
LogDebug(DS4WinWPF.Properties.Resources.Starting);
|
||||
|
||||
LogDebug($"Connection to ViGEmBus {Global.vigembusVersion} established");
|
||||
if (Global.hidguardInstalled)
|
||||
{
|
||||
LogDebug($"HidGuardian In Use");
|
||||
}
|
||||
|
||||
DS4Devices.isExclusiveMode = getUseExclusiveMode();
|
||||
//uiContext = tempui as SynchronizationContext;
|
||||
|
@ -263,6 +263,7 @@ namespace DS4Windows
|
||||
DS4Windows.OutContType.None, DS4Windows.OutContType.None,
|
||||
DS4Windows.OutContType.None };
|
||||
public static bool vigemInstalled = IsViGEmBusInstalled();
|
||||
public static bool hidguardInstalled = IsHidGuardianInstalled();
|
||||
public static string vigembusVersion = ViGEmBusVersion();
|
||||
|
||||
public static X360Controls[] defaultButtonMapping = { X360Controls.None, X360Controls.LXNeg, X360Controls.LXPos,
|
||||
|
Loading…
x
Reference in New Issue
Block a user