Update DirectInput.cpp

Fix capitalization
This commit is contained in:
Derek "Turtle" Roe 2021-03-27 00:36:03 -05:00
parent a4b351bec5
commit 10140900fa
1 changed files with 1 additions and 1 deletions

View File

@ -100,7 +100,7 @@ BOOL CDirectInput::EnumMakeDeviceList(LPCDIDEVICEINSTANCE lpddi)
uint32_t DeviceType = GET_DIDEVICE_TYPE(lpddi->dwDevType);
if (DeviceType == DI8DEVTYPE_DEVICE)
{
// ignore generic devices
// Ignore generic devices
return DIENUM_CONTINUE;
}