Skip to content

Commit

Permalink
Add DirectInput disable to Forza Motorsport's default options
Browse files Browse the repository at this point in the history
  • Loading branch information
Kaldaien committed Dec 27, 2024
1 parent 2893af8 commit 33fd26f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/config.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3603,6 +3603,9 @@ auto DeclKeybind =
config.compatibility.disable_debug_features = true;
config.window.dont_hook_wndproc = true;

// Prevent double-input
config.input.gamepad.dinput.blackout_gamepads
= true;
config.input.gamepad.xinput.emulate = true;
config.input.cursor.manage = true; // Mouse cursor doesn't auto-hide
config.input.gamepad.impulse_strength_r = 0.3f; // Impulse triggers are a bit STRONG...
Expand Down

0 comments on commit 33fd26f

Please sign in to comment.