Skip to content

Commit

Permalink
Reenable XInput.
Browse files Browse the repository at this point in the history
It looks like the actual problem was that 64-bit was broken, not XInput.
  • Loading branch information
jmgao committed Aug 8, 2019
1 parent 56a8191 commit 7025db8
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 @@ -43,7 +43,7 @@ fn default_device_count() -> usize {
}

fn default_xinput_enabled() -> bool {
false
true
}

impl Default for Config {
Expand Down

0 comments on commit 7025db8

Please sign in to comment.