summaryrefslogtreecommitdiff
path: root/Source/Core/InputCommon/InputConfig.cpp
AgeCommit message (Expand)Author
2026-04-17Improve usage of std::move and const references parametersMartino Fontana
2026-01-26InputConfig: Remove unused local variablesDentomologist
2026-01-25Remove unused importsMartino Fontana
2025-11-06Common: Remove the string parameters from the HookableEvent interface.Jordan Woyak
2025-11-05InputCommon: Make ControllerInterface RegisterDevicesChangedCallback use Comm...Jordan Woyak
2025-03-22Core / DolphinQt / InputCommon: reduce the number disk writes when using Dyna...iwubcode
2024-02-04InputCommon: Use distinct values for profile keyJosJuice
2024-02-04InputCommon: Unify GetProfileName and GetProfileDirectoryNameJosJuice
2024-02-04InputCommon: Refactor away InputConfig::LoadConfig's switch caseJosJuice
2023-08-01InputConfig: Update IsControllerControlledByGamepadDevice for Android input o...JosJuice
2023-04-13Common/IniFile: Move interface into Common namespaceLioncash
2023-03-07Android: Remove the in-emulation IR sensitivity optionsJosJuice
2021-12-10Treewide: Adjust order of includesPokechu22
2021-12-05InputCommon: fix InputConfig::LoadConfig() not always replacing emu controlle...Filoppi
2021-07-13Pad: GBA configBonta
2021-07-05treewide: convert GPLv2+ license info to SPDX tagsPierre Bourdon
2021-06-07InputCommon: fix 2nd+ controller not defaulting to the default deviceFiloppi
2021-05-12Add mixed comments to input code, make some tooltip clearerFiloppi
2021-05-10InputCommon: add a ton of missing constsFiloppi
2021-03-07FreeLookController: Fix signed/unsigned warningDentomologist
2021-02-27InputCommon: reduce number of image loads and texture cache invalidations by ...iwubcode
2020-11-16Use positional arguments in all translatable fmt stringsJosJuice
2020-11-12InputCommon: Migrate over to fmt-capable panic alertsLioncash
2020-10-03InputCommon: Introducing the "Dynamic Input Texture". Configuration links an...iwubcode
2020-09-29Fix controller defaults being empty on fresh runJosJuice
2019-12-29InputConfig::LoadConfig(): Convert num[] to an array of std::string_view.David Korth
2019-04-07InputCommon: Clean up how numeric settings are handled. Add units of measure ...Jordan Woyak
2019-01-23Load custom game IR values if they are not setzackhow
2019-01-10ControllerInterface: Allow hotplug callbacks to be unregistered and don't rel...Jordan Woyak
2018-09-08Fix a string not getting translatedJosJuice
2018-07-07Input: Allow per-game configuration to specify directories for input-profiles...iwubcode
2018-07-07Fix lint bugsiwubcode
2018-07-07InputConfig: Show display message when game specific input profile is loaded...iwubcode
2018-07-07Input: Allow cycling to occur for each individual controlleriwubcode
2018-07-07Input: Add hotkey to cycle the wiimote profile forward or backwardiwubcode
2017-11-04EmulatedController: encapsulate default device behind getters/settersMichael M
2017-08-22keyboard fixes v2Nick
2017-08-21Depreciate old OSX Keyboard and MouseNick
2017-02-09ControllerEmu: Separate ControlGroup from ControllerEmuLioncash
2017-02-07ControllerEmu: Move into its own directoryLioncash
2016-10-29DiscIO/SConfig: Rename GetUniqueID to GetGameIDJosJuice
2016-10-07Fix missing includesLéo Lam
2016-08-08Add Quartz/CoreGraphics controller interface for default k&m eventsMichael Maltese
2016-06-24Reformat all the things. Have fun with merge conflicts.Pierre Bourdon
2016-06-22analytics: Collect less data about controllers.Scott Mansell
2015-11-19InputConfig: Clean up controller managementLioncash
2015-06-12Options: merge SCoreStartupParameter into SConfigdegasus
2015-05-25Set copyright year to when a file was createdTillmann Karras
2015-05-25Update license headers to GPLv2+Tillmann Karras
2015-03-08Fixed the crash that would occur when the Refresh button was pressed in the c...skidau