mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-10-15 16:17:49 +00:00
core: hid: Ensure output devices are initialized
This commit is contained in:
parent
60dad9c295
commit
11592509cb
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