diff options
author | german <german@thesoftwareartisans.com> | 2020-11-27 03:56:06 +0100 |
---|---|---|
committer | german <german@thesoftwareartisans.com> | 2020-12-08 02:34:52 +0100 |
commit | b57ba7bfb6792e054033e828120b79b78587d58d (patch) | |
tree | 305f825655a9240b4283123d8904edb5b1de4f7c /src/core | |
parent | Merge pull request #5016 from comex/xx-push (diff) | |
download | yuzu-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 'src/core')
-rw-r--r-- | src/core/settings.h | 2 |
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; |