mirror of
https://github.com/cemu-project/DS4Windows.git
synced 2024-11-23 01:39:17 +01:00
Check for newer ViGEmBus device
This commit is contained in:
parent
e5f495522b
commit
5ae0c1ea5c
@ -342,7 +342,8 @@ namespace DS4Windows
|
|||||||
|
|
||||||
public static bool IsViGEmBusInstalled()
|
public static bool IsViGEmBusInstalled()
|
||||||
{
|
{
|
||||||
return CheckForSysDevice(@"Root\ViGEmBus");
|
return CheckForSysDevice(@"Root\ViGEmBus") ||
|
||||||
|
CheckForSysDevice(@"Nefarius\ViGEmBus\Gen1");
|
||||||
}
|
}
|
||||||
|
|
||||||
public static void FindConfigLocation()
|
public static void FindConfigLocation()
|
||||||
|
Loading…
Reference in New Issue
Block a user