Skip to content

Commit

Permalink
Turn off XInput by default.
Browse files Browse the repository at this point in the history
Oops, the DirectInput devices don't have IG_* in their paths, so games
that use both will get very confused.
  • Loading branch information
jmgao committed Apr 9, 2019
1 parent 8c25233 commit 69c1b23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dhc/src/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ fn default_device_count() -> usize {
}

fn default_xinput_enabled() -> bool {
true
false
}

impl Default for Config {
Expand Down

0 comments on commit 69c1b23

Please sign in to comment.