Created
August 20, 2014 11:32
-
-
Save anonymous/43ac3eed100d46b04aee to your computer and use it in GitHub Desktop.
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
:: F.E.A.R. low framerate workaround with Logitech hardware, by igordcard. | |
:: Official page URL: http://igordcard.blogspot.com/2013/01/sudden-fps-drop-in-fear-logitech.html | |
:: Steam version edit by zacr0. | |
:: 2013/01/26 | |
@echo off | |
devcon disable HID\VID_046D* &:: Disable all Logitech HID devices. | |
devcon enable HID_DEVICE_SYSTEM_MOUSE &:: The previous command disables too much and the mouse may stop working, but this line fixes it. | |
start steam://rungameid/21090 &:: Run the game! | |
devcon enable HID\VID_046D* &:: Enable everything back. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
;)