Skip to content

Commit

Permalink
Fix previous check-in
Browse files Browse the repository at this point in the history
  • Loading branch information
elishacloud committed Jun 26, 2024
1 parent 0abb7eb commit d1fff9c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion BuildNo.rc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
#define BUILD_NUMBER 71
#define BUILD_NUMBER 72
2 changes: 1 addition & 1 deletion IDirectInputX.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ HRESULT m_IDirectInputX::EnumDevicesX(DWORD dwDevType, V lpCallback, LPVOID pvRe
DI.dwDevType = devType7 | (devSubType7 << 8) | hidDevice;

// Filter unknown device types
if (DI.dwDevType = 0x10001)
if (DI.dwDevType == 0x10001)
{
return DIENUM_CONTINUE;
}
Expand Down

0 comments on commit d1fff9c

Please sign in to comment.