Experimentally! Сarefully! Accidentally found one interesting thing. To play Forza Motorsport on a xbox controller, to reduce fps drops, it is recommended to use the "GetBounds+29 eb 04" command, I tried it and got even more input lag than I had. I tried to undo the changes and entered "GetBounds+0 eb 04" and it seems that the input lag my mouse has decreased. I don’t know how to undo the change, try at your own peril and risk, you may have to reinstall Windows after that. After entering the command, Windows will freeze, you will have to make a hard reset. I also recommend shutdown PC after booting with holding the shift button to reset the driver cache.
Instruction:
1. Ensure you’re using a 64-bit copy of Windows 10
2. Install the Debugging Tools for Windows (standalone)
https://developer.microsoft.com/windows ... ndows-sdk/ (mark only one chekbox with debugging tools)
3. Open CMD by admin
4. Open the folder the tools were installed to in an elevated command prompt (as Admin) like this:
cd C:\program files (x86)\Windows Kits\10\Debuggers\x64\
5. Carefully issue the following command: cdb -pn dwm.exe -c “.symfix;eb ism32k!DesktopInputDisplay::GetBounds+0 eb 04;.detach;”
Need to check
