Permalink
Cannot retrieve contributors at this time
Name already in use
A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
igordcard/_downloads/run_fear.bat
Go to fileThis commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
10 lines (8 sloc)
498 Bytes
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 | |
:: 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. | |
FEARMP.exe &:: Run the game! | |
devcon enable HID\VID_046D* &:: Enable everything back. |