summaryrefslogtreecommitdiff
path: root/Source/Core/InputCommon
AgeCommit message (Expand)Author
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-17Merge pull request #10729 from Pokechu22/libusb-error-wrapAdmiral H. Curtiss
2022-06-15Merge pull request #10748 from tellowkrinkle/SDL22FunJosJuice
2022-06-14InputCommon: SDL 2.0.22 init crash workaroundTellowKrinkle
2022-06-13WiimoteEmu: Expose IMU pointing accelerometer weight setting.Jordan Woyak
2022-06-08GCAdapter: Compare with LIBUSB_SUCCESS instead of 0Pokechu22
2022-06-08Log warnings when LibusbUtils::GetDeviceList failsPokechu22
2022-06-02GCAdapter: Use LibusbUtils::ErrorWrap in log messagesPokechu22
2022-06-02GCAdapter: Make local variables const where possiblePokechu22
2022-06-02GCAdapter: Merge Read logicPokechu22
2022-06-02GCAdapter: Have the read thread control the write threadPokechu22
2022-06-02GCAdapter: Exit early if the adapter fails to open on AndroidPokechu22
2022-06-02GCAdapter: Remove check on write size on androidPokechu22
2022-06-02GCAdapter: Harmonize read/write thread variable namesPokechu22
2022-06-02GCAdapter: Remove unused includesPokechu22
2022-06-02GCAdapter: Use determinism hack on AndroidPokechu22
2022-06-02GCAdapter: Convert ControllerType to an enum classPokechu22
2022-06-02GCAdapter: Fix rumble enabled config on AndroidPokechu22
2022-06-02GCAdapter: Use std::array for controller read and write payloadsPokechu22
2022-06-02GCAdapter: Merge GCAdapter.cpp and GCAdapter_Android.cppPokechu22
2022-05-31InputCommon/ControllerEmu: Use more locksTellowKrinkle
2022-05-22cmake: Don't use PCH with Qt6.Admiral H. Curtiss
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