From 2044ae6b3af6fab4d79996a661fef43f6db8d825 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Viktor=20Sz=C3=A9pe?= Date: Mon, 15 Jan 2024 23:26:53 +0000 Subject: Fix more typos --- src/hid_core/frontend/emulated_controller.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/hid_core/frontend/emulated_controller.h') 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}; -- cgit v1.2.3