This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |