summaryrefslogtreecommitdiff
path: root/src/core
diff options
context:
space:
mode:
authorGravatar Morph2020-12-08 10:30:21 +0800
committerGravatar GitHub2020-12-08 10:30:21 +0800
commit607bb8d14b3713afde6ff25e87678842fc28c2eb (patch)
tree6dcdab147b659307276d64bd6ba6af6efc0f88bb /src/core
parentMerge pull request #5164 from lioncash/contains (diff)
parentDisable analog joystick from buttons by default (diff)
downloadyuzu-607bb8d14b3713afde6ff25e87678842fc28c2eb.tar.gz
yuzu-607bb8d14b3713afde6ff25e87678842fc28c2eb.tar.xz
yuzu-607bb8d14b3713afde6ff25e87678842fc28c2eb.zip
Merge pull request #5020 from german77/AnalogfromButtonFix
Disable analog joystick from buttons by default
Diffstat (limited to 'src/core')
-rw-r--r--src/core/settings.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/settings.h b/src/core/settings.h
index 8e076f7ef..d5f8d2b7e 100644
--- a/src/core/settings.h
+++ b/src/core/settings.h
@@ -180,6 +180,8 @@ struct Values {
180 std::string motion_device; 180 std::string motion_device;
181 std::string udp_input_servers; 181 std::string udp_input_servers;
182 182
183 bool emulate_analog_keyboard;
184
183 bool mouse_enabled; 185 bool mouse_enabled;
184 std::string mouse_device; 186 std::string mouse_device;
185 MouseButtonsRaw mouse_buttons; 187 MouseButtonsRaw mouse_buttons;