diff options
| author | Narr the Reg <juangerman-13@hotmail.com> | 2023-11-24 10:18:16 -0600 |
|---|---|---|
| committer | Narr the Reg <juangerman-13@hotmail.com> | 2023-11-24 10:18:16 -0600 |
| commit | 02a0b41a152d24dc4ba50ae63be625656838ba1a (patch) | |
| tree | 982516633874d2cc3513f2f29774d0b8967be4a4 /src/core/hid/emulated_controller.h | |
| parent | 91c12db07098625756338e682a4d300a27d7978c (diff) | |
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: 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}; |
