Skip to content

Instantly share code, notes, and snippets.

Index: Source/nragev20/DirectInput.cpp
===================================================================
diff --git a/trunk/Source/nragev20/DirectInput.cpp b/trunk/Source/nragev20/DirectInput.cpp
--- a/trunk/Source/nragev20/DirectInput.cpp (revision 4578)
+++ b/trunk/Source/nragev20/DirectInput.cpp (working copy)
@@ -678,8 +678,17 @@
// EnumMakeDeviceList has been rewritten. --rabid
BOOL CALLBACK EnumMakeDeviceList( LPCDIDEVICEINSTANCE lpddi, LPVOID pvRef )
{
- if( IsXInputDevice( &lpddi->guidProduct ) ) // Check if is XInput device --tecnicors