summaryrefslogtreecommitdiffstats
path: root/src/hid_core/frontend/emulated_controller.h
diff options
context:
space:
mode:
authorliamwhite <liamwhite@users.noreply.github.com>2024-01-16 05:26:08 +0100
committerGitHub <noreply@github.com>2024-01-16 05:26:08 +0100
commit2c29c2b8dd280d0aeff432569f324cd85d83b415 (patch)
treee5552e7f82ccb37b611a3a577f94c91f9c813320 /src/hid_core/frontend/emulated_controller.h
parentMerge pull request #12681 from t895/stick-toggles (diff)
parentFix typos in master (diff)
downloadyuzu-2c29c2b8dd280d0aeff432569f324cd85d83b415.tar
yuzu-2c29c2b8dd280d0aeff432569f324cd85d83b415.tar.gz
yuzu-2c29c2b8dd280d0aeff432569f324cd85d83b415.tar.bz2
yuzu-2c29c2b8dd280d0aeff432569f324cd85d83b415.tar.lz
yuzu-2c29c2b8dd280d0aeff432569f324cd85d83b415.tar.xz
yuzu-2c29c2b8dd280d0aeff432569f324cd85d83b415.tar.zst
yuzu-2c29c2b8dd280d0aeff432569f324cd85d83b415.zip
Diffstat (limited to '')
-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};