aboutsummaryrefslogtreecommitdiff
path: root/src/hid_core/frontend/emulated_controller.h
diff options
context:
space:
mode:
authorliamwhite <liamwhite@users.noreply.github.com>2024-01-15 23:26:08 -0500
committerGitHub <noreply@github.com>2024-01-15 23:26:08 -0500
commit2c29c2b8dd280d0aeff432569f324cd85d83b415 (patch)
treee5552e7f82ccb37b611a3a577f94c91f9c813320 /src/hid_core/frontend/emulated_controller.h
parentc683ec2bcb71db6db504d4f1161a7830a8c42774 (diff)
parent16abda59be449484898fdcc55f8f0682ff1cff7d (diff)
Merge pull request #12686 from szepeviktor/typos3
Fix more typos
Diffstat (limited to 'src/hid_core/frontend/emulated_controller.h')
-rw-r--r--src/hid_core/frontend/emulated_controller.h2
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};