diff options
| author | 2023-11-24 10:18:16 -0600 | |
|---|---|---|
| committer | 2023-11-24 10:18:16 -0600 | |
| commit | 02a0b41a152d24dc4ba50ae63be625656838ba1a (patch) | |
| tree | 982516633874d2cc3513f2f29774d0b8967be4a4 /src/core/hid/emulated_controller.h | |
| parent | Merge pull request #12123 from merryhime/explicit-this (diff) | |
| download | yuzu-02a0b41a152d24dc4ba50ae63be625656838ba1a.tar.gz yuzu-02a0b41a152d24dc4ba50ae63be625656838ba1a.tar.xz yuzu-02a0b41a152d24dc4ba50ae63be625656838ba1a.zip | |
core: hid: Ensure output devices are initialized
Diffstat (limited to 'src/core/hid/emulated_controller.h')
| -rw-r--r-- | src/core/hid/emulated_controller.h | 1 |
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: | |||
| 559 | NpadStyleTag supported_style_tag{NpadStyleSet::All}; | 559 | NpadStyleTag supported_style_tag{NpadStyleSet::All}; |
| 560 | bool is_connected{false}; | 560 | bool is_connected{false}; |
| 561 | bool is_configuring{false}; | 561 | bool is_configuring{false}; |
| 562 | bool is_initalized{false}; | ||
| 562 | bool system_buttons_enabled{true}; | 563 | bool system_buttons_enabled{true}; |
| 563 | f32 motion_sensitivity{Core::HID::MotionInput::IsAtRestStandard}; | 564 | f32 motion_sensitivity{Core::HID::MotionInput::IsAtRestStandard}; |
| 564 | u32 turbo_button_state{0}; | 565 | u32 turbo_button_state{0}; |