summaryrefslogtreecommitdiff
path: root/Source/Core/InputCommon/ControllerEmu
AgeCommit message (Expand)Author
2026-04-17Improve usage of std::move and const references parametersMartino Fontana
2026-01-25Remove unused importsMartino Fontana
2026-01-17Fix various typos and spelling mistakesSintendo
2025-10-04WiimoteEmu: Require IRPassthrough has any bound inputs to operate. Users get ...Jordan Woyak
2025-09-24Prevent profiles with no device specification from resetting deviceSam Belliveau
2025-08-01Merge pull request #13177 from jordan-woyak/remove-nunchuk-haxAdmiral H. Curtiss
2025-07-24InputCommon/ControllerEmu: Fix saving of Wii Remote "Attach MotionPlus" setting.Jordan Woyak
2025-06-09Merge pull request #13702 from CostPerUnit/masterJMC47
2025-05-29InputCommon/DolphinQt: Add advanced settings button for "Point" and "Point (P...CostPerUnit
2025-05-01Make overriding explicit and remove redundant virtual specifiers on overridin...Dr. Dystopia
2025-04-10InputCommon: Activate IMU Accelerometer and Gyroscope when any direction has ...Jordan Woyak
2025-03-15InputCommon/ControllerEmu: Break out functionality of EmulatedControllerJordan Woyak
2025-02-02Merge pull request #13208 from Dentomologist/wiitasinputwindow_update_on_atta...Admiral H. Curtiss
2025-01-18WiiTASInputWindow: Update controls when attachment changesDentomologist
2024-12-15Modernize `std::any_of` with rangesmitaclaw
2024-12-15Modernize `std::all_of` with rangesmitaclaw
2024-11-05ControllerEmu: Remove nunchuk stick data hax.Jordan Woyak
2024-10-27Merge pull request #13096 from mitaclaw/ranges-modernization-7-rewriteJMC47
2024-10-15Merge pull request #13090 from mitaclaw/ranges-modernization-1-trivialJosJuice
2024-10-11ControllerEmu: Change trigger threshold check to >= instead of > and set mini...Jordan Woyak
2024-10-10Modernize `std::equal` with rangesmitaclaw
2024-10-09Simplify `std::transform` with `std::ranges::transform_view`mitaclaw
2024-09-22StringUtil: Remove `JoinStrings`mitaclaw
2024-08-20Remove redundant semicolonsDr. Dystopia
2024-05-21Merge pull request #12711 from jordan-woyak/modifier-range-ini-defaultAdmiral H. Curtiss
2024-04-15InputCommon: Fix unnecessary "Modifier/Range" ini file entries.Jordan Woyak
2024-04-15DolphinQt/Mapping: Disable relative input when "Mouse Controlled Pointing" bu...Jordan Woyak
2024-04-12NumericSetting: Stop values from binding to numbered input names.Jordan Woyak
2024-03-11WiimoteEmu: Add user-accessible controls that report the desired state of the...Admiral H. Curtiss
2023-10-01Android: Get profile name from coreJosJuice
2023-06-12ControllerEmu: Convert Translatability to enum classDentomologist
2023-04-13Common/IniFile: Move interface into Common namespaceLioncash
2023-03-07Android: Change how the overlay controller setting worksJosJuice
2023-02-26InputCommon: Fix ControlGroup::SaveConfig with DefaultValue::DisabledJosJuice
2022-10-03DolphinQt: Use input override system for TAS input windowsJosJuice
2022-10-03ControllerEmu: Add new "input override" systemJosJuice
2022-09-24InputCommon: Add equality operators to RawValue.Admiral H. Curtiss
2022-09-24InputCommon: Make RawValue constructors constexpr.Admiral H. Curtiss
2022-09-22Use std::llround in MapFloatMinty-Meeo
2022-09-07InputCommon: Fix deadlock in EmulatedController::UpdateReferences().Admiral H. Curtiss
2022-07-07Merge pull request #9147 from jordan-woyak/imu-accel-weight-settingAdmiral H. Curtiss
2022-07-05Merge pull request #10712 from tellowkrinkle/ControllerLocksAdmiral H. Curtiss
2022-06-26DolphinQt: Don't show the advanced input settings on the main dialog.Jordan Woyak
2022-06-26ControllerEmu: Allow settings to be categorized as "advanced". Make "Virtual ...Jordan Woyak
2022-06-26ControllerEmu: Expose gate size setting for octagon analog sticks.Jordan Woyak
2022-06-13WiimoteEmu: Expose IMU pointing accelerometer weight setting.Jordan Woyak
2022-05-31InputCommon/ControllerEmu: Use more locksTellowKrinkle
2022-01-04InputCommon: Use value of "Modifier" button "Range" setting rather than alway...Jordan Woyak
2021-12-23ControllerEmu: Hide the cursor if the input gate is disabledPokechu22
2021-11-20ControllerInterface: fix UpdateReferences() deadlockFiloppi