input: invert default config settings (#1017)
This commit is contained in:
parent
c3f3e1606d
commit
889b93da2d
1 changed files with 3 additions and 3 deletions
|
|
@ -409,9 +409,9 @@ input_t input {
|
||||||
platf::supported_gamepads().front().size(),
|
platf::supported_gamepads().front().size(),
|
||||||
}, // Default gamepad
|
}, // Default gamepad
|
||||||
|
|
||||||
false,
|
true, // keyboard enabled
|
||||||
false,
|
true, // mouse enabled
|
||||||
false,
|
true, // controller enabled
|
||||||
};
|
};
|
||||||
|
|
||||||
sunshine_t sunshine {
|
sunshine_t sunshine {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue