summaryrefslogtreecommitdiff
path: root/src/core/settings.h
diff options
context:
space:
mode:
authorgerman <german@thesoftwareartisans.com>2020-11-26 20:56:06 -0600
committergerman <german@thesoftwareartisans.com>2020-12-07 19:34:52 -0600
commitb57ba7bfb6792e054033e828120b79b78587d58d (patch)
tree305f825655a9240b4283123d8904edb5b1de4f7c /src/core/settings.h
parentab315011fb964de132be5cbe5e64cf40fe3d7b17 (diff)
Disable analog joystick from buttons by default
Diffstat (limited to 'src/core/settings.h')
-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 1143aba5d..55310fe3d 100644
--- a/src/core/settings.h
+++ b/src/core/settings.h
@@ -178,6 +178,8 @@ struct Values {
u16 udp_input_port;
u8 udp_pad_index;
+ bool emulate_analog_keyboard;
+
bool mouse_enabled;
std::string mouse_device;
MouseButtonsRaw mouse_buttons;