mirror of
https://github.com/LizardByte/Sunshine.git
synced 2025-08-10 00:52:16 +00:00
input: invert default config settings (#1017)
This commit is contained in:
@@ -409,9 +409,9 @@ input_t input {
|
||||
platf::supported_gamepads().front().size(),
|
||||
}, // Default gamepad
|
||||
|
||||
false,
|
||||
false,
|
||||
false,
|
||||
true, // keyboard enabled
|
||||
true, // mouse enabled
|
||||
true, // controller enabled
|
||||
};
|
||||
|
||||
sunshine_t sunshine {
|
||||
|
||||
Reference in New Issue
Block a user