mirror of
https://github.com/cemu-project/DS4Windows.git
synced 2024-11-23 01:39:17 +01:00
Merge branch 'jay' into ds4emulate
This commit is contained in:
commit
d59cc370db
@ -374,7 +374,8 @@ namespace DS4Windows
|
||||
|
||||
public static bool IsViGEmBusInstalled()
|
||||
{
|
||||
return CheckForSysDevice(@"Root\ViGEmBus");
|
||||
return CheckForSysDevice(@"Root\ViGEmBus") ||
|
||||
CheckForSysDevice(@"Nefarius\ViGEmBus\Gen1");
|
||||
}
|
||||
|
||||
public static void FindConfigLocation()
|
||||
|
Loading…
Reference in New Issue
Block a user