Skip to content

Commit

Permalink
#2: Fixed function used to detect VigEm and WinUSB drivers
Browse files Browse the repository at this point in the history
  • Loading branch information
OOPMan committed Oct 31, 2019
1 parent 8033c1f commit 850bfb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion XBOFS.win/src/utils.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ bool XBOFSWin::deviceInterfaceAvailable(LPGUID deviceInterfaceGUID, bool present
);

if (configurationManagerResult != CR_SUCCESS) return false;
return deviceInterfaceListSize > 0;
return deviceInterfaceListSize > 1;
}

bool XBOFSWin::vigEmBusAvailable()
Expand Down

0 comments on commit 850bfb4

Please sign in to comment.