You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix performance overhead in Dungeons & Dragons Online due to frequent…
… "IDirectInputDevice8::GetDeviceData" calls
The calls to "IDirectInputDevice8::GetDeviceInfo" turned out to be really expensive, so replace them with "IDirectInputDevice8::GetCapabilities"