summaryrefslogtreecommitdiffstats
path: root/src/core/settings.h
diff options
context:
space:
mode:
authorgerman <german@thesoftwareartisans.com>2020-11-27 03:56:06 +0100
committergerman <german@thesoftwareartisans.com>2020-12-08 02:34:52 +0100
commitb57ba7bfb6792e054033e828120b79b78587d58d (patch)
tree305f825655a9240b4283123d8904edb5b1de4f7c /src/core/settings.h
parentMerge pull request #5016 from comex/xx-push (diff)
downloadyuzu-b57ba7bfb6792e054033e828120b79b78587d58d.tar
yuzu-b57ba7bfb6792e054033e828120b79b78587d58d.tar.gz
yuzu-b57ba7bfb6792e054033e828120b79b78587d58d.tar.bz2
yuzu-b57ba7bfb6792e054033e828120b79b78587d58d.tar.lz
yuzu-b57ba7bfb6792e054033e828120b79b78587d58d.tar.xz
yuzu-b57ba7bfb6792e054033e828120b79b78587d58d.tar.zst
yuzu-b57ba7bfb6792e054033e828120b79b78587d58d.zip
Diffstat (limited to '')
-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;