core: hid: Ensure output devices are initialized
This commit is contained in:
parent
91c12db070
commit
02a0b41a15
2 changed files with 51 additions and 0 deletions
|
@ -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};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue