summaryrefslogtreecommitdiffstats
path: root/src/core/hid/emulated_controller.h
diff options
context:
space:
mode:
authorNarr the Reg <juangerman-13@hotmail.com>2023-11-24 17:18:16 +0100
committerNarr the Reg <juangerman-13@hotmail.com>2023-11-24 17:18:16 +0100
commit02a0b41a152d24dc4ba50ae63be625656838ba1a (patch)
tree982516633874d2cc3513f2f29774d0b8967be4a4 /src/core/hid/emulated_controller.h
parentMerge pull request #12123 from merryhime/explicit-this (diff)
downloadyuzu-02a0b41a152d24dc4ba50ae63be625656838ba1a.tar
yuzu-02a0b41a152d24dc4ba50ae63be625656838ba1a.tar.gz
yuzu-02a0b41a152d24dc4ba50ae63be625656838ba1a.tar.bz2
yuzu-02a0b41a152d24dc4ba50ae63be625656838ba1a.tar.lz
yuzu-02a0b41a152d24dc4ba50ae63be625656838ba1a.tar.xz
yuzu-02a0b41a152d24dc4ba50ae63be625656838ba1a.tar.zst
yuzu-02a0b41a152d24dc4ba50ae63be625656838ba1a.zip
Diffstat (limited to 'src/core/hid/emulated_controller.h')
-rw-r--r--src/core/hid/emulated_controller.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/hid/emulated_controller.h b/src/core/hid/emulated_controller.h
index ea18c2343..d6e20ab66 100644
--- a/src/core/hid/emulated_controller.h
+++ b/src/core/hid/emulated_controller.h
@@ -559,6 +559,7 @@ private:
NpadStyleTag supported_style_tag{NpadStyleSet::All};
bool is_connected{false};
bool is_configuring{false};
+ bool is_initalized{false};
bool system_buttons_enabled{true};
f32 motion_sensitivity{Core::HID::MotionInput::IsAtRestStandard};
u32 turbo_button_state{0};