summaryrefslogtreecommitdiff
path: root/Source/Core/InputCommon
AgeCommit message (Expand)Author
2022-05-19Core/WGInput: Use fmt logging and include HRESULT in messagesPokechu22
2022-04-23Merge pull request #10540 from nyanpasu64/fix-gcadapter-atomicsJosJuice
2022-04-22GCAdapter: don't call libusb_detach_kernel_driver on appleShawn Hoffman
2022-04-22GCAdapter: fix retval check of libusb_detach_kernel_driverShawn Hoffman
2022-04-22GCAdapter: move libusb context teardown lastShawn Hoffman
2022-04-22GCAdapter: some macro cleanupShawn Hoffman
2022-04-22GCAdapter: set read/write thread namesShawn Hoffman
2022-04-08Core/WGInput: Dynamically load winrt function addresses.Admiral H. Curtiss
2022-04-03ControllerInterface: Update sort priorities.Jordan Woyak
2022-04-03InputCommon: Add Windows.Gaming.Input to ControllerInterface.Jordan Woyak
2022-03-27Fix locking the wrong mutex in GCAdapter_Android.cpp ResetRumble()nyanpasu64
2022-03-27Remove unnecessary atomic usage in GCAdapter_Android.cppnyanpasu64
2022-03-27Remove unnecessary atomic usage in GCAdapter.cppnyanpasu64
2022-03-16MappingCommon: Fix detection of hotkey and conjunction expressions.Jordan Woyak
2022-03-15Merge pull request #10502 from Pokechu22/defer-gcadapterLéo Lam
2022-03-10GCAdapter: Defer initialization until MainWindow::InitControllersPokechu22
2022-03-06Move parts of MappingCommon out of DolphinQtJosJuice
2022-01-16Use Common::ToLower and Common::ToUpperPokechu22
2022-01-13Merge pull request #10345 from jordan-woyak/modifier-rangeMai M
2022-01-09Use HRWrap in remaining locationsPokechu22
2022-01-09Common/Assert: Actually use the ASSERT_MSG's log type parameterPokechu22
2022-01-08Config: Port SI device settings to new config system.Admiral H. Curtiss
2022-01-05Config: Port GC Adapter settings to new config system.Admiral H. Curtiss
2022-01-04InputCommon: Use value of "Modifier" button "Range" setting rather than alway...Jordan Woyak
2022-01-01Replace remaining uses of zlib crc32 with Common/Hash.hPokechu22
2021-12-23ControllerEmu: Hide the cursor if the input gate is disabledPokechu22
2021-12-10Treewide: Adjust order of includesPokechu22
2021-12-09Merge pull request #10253 from Filoppi/fix_input_config_loadingJosJuice
2021-12-05InputCommon: fix InputConfig::LoadConfig() not always replacing emu controlle...Filoppi
2021-12-05InputCommon: fix default input config default device not being loaded/foundFiloppi
2021-11-23Merge pull request #10143 from Pokechu22/png-compression-levelLéo Lam
2021-11-20ControllerInterface: fix UpdateReferences() deadlockFiloppi
2021-11-18Add option for setting the PNG zlib compression levelPokechu22
2021-10-13Fix all uninitialized variable warnings (C26495)Pokechu22
2021-07-13Pad: GBA configBonta
2021-07-06QuartzKeyboardAndMouse: Ensure windowNumber is fetched on the main threadOatmealDome
2021-07-05treewide: convert GPLv2+ license info to SPDX tagsPierre Bourdon
2021-06-07InputCommon: fix 2nd+ controller not defaulting to the default deviceFiloppi
2021-06-07Merge pull request #9792 from sepalani/lintLéo Lam
2021-06-07Lint: End of namespaceSepalani
2021-06-07InputCommon: Make Wiimote rumble variable thread safeFiloppi
2021-06-07ControllerInterface: fix DSU thread safety and use PlatformPopulateDevices()Filoppi
2021-06-07ControllerInterface: polish DInput Keyboard and Mouse (add comments and logs)Filoppi
2021-06-07ControllerInterface: DInput Joystick fix non thread safe static variableFiloppi
2021-06-07ControllerInterface: Implement ChangeWindow on DInput without recreating the ...Filoppi
2021-06-07ControllerInterface: devices population is now async so implement devices sor...Filoppi
2021-06-07ControllerInterface: make evdev use PlatformPopulateDevicesFiloppi
2021-06-07ControllerInterface: make SDL use PlatformPopulateDevices()Filoppi
2021-06-07ControllerInterface: make real Wiimote use PlatformPopulateDevices()Filoppi
2021-06-07ControllerInterface: Remove OSX window handleFiloppi