core: hid: Ensure output devices are initialized

This commit is contained in:
Narr the Reg 2023-11-24 10:18:16 -06:00
parent 91c12db070
commit 02a0b41a15
2 changed files with 51 additions and 0 deletions

View file

@ -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};