diff options
| author | Viktor Szépe <viktor@szepe.net> | 2024-01-15 23:26:53 +0000 |
|---|---|---|
| committer | Viktor Szépe <viktor@szepe.net> | 2024-01-15 23:26:53 +0000 |
| commit | 2044ae6b3af6fab4d79996a661fef43f6db8d825 (patch) | |
| tree | 49f827eb5f5cc0eca379bce989cbe9450e4831c9 /src/hid_core/frontend/emulated_controller.h | |
| parent | f12446167491b3e691f6a93a01cad3bd9e54d105 (diff) | |
Fix more typos
Diffstat (limited to 'src/hid_core/frontend/emulated_controller.h')
| -rw-r--r-- | src/hid_core/frontend/emulated_controller.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/hid_core/frontend/emulated_controller.h b/src/hid_core/frontend/emulated_controller.h index 94798164d..90e536e07 100644 --- a/src/hid_core/frontend/emulated_controller.h +++ b/src/hid_core/frontend/emulated_controller.h @@ -559,7 +559,7 @@ private: NpadStyleTag supported_style_tag{NpadStyleSet::All}; bool is_connected{false}; bool is_configuring{false}; - bool is_initalized{false}; + bool is_initialized{false}; bool system_buttons_enabled{true}; f32 motion_sensitivity{Core::HID::MotionInput::IsAtRestStandard}; u32 turbo_button_state{0}; |
