index
:
Citron
master
Mirror of the Citron emulator
silvan
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
input_common
Age
Commit message (
Expand
)
Author
2020-11-19
Modify rumble amplification
german77
2020-11-17
Merge pull request #4866 from Morph1984/mjolnir-p3-prod
bunnei
2020-11-15
sdl_impl: Pump SDL Events at 1000 Hz
Morph
2020-11-15
sdl_impl: Revert to the "old" method of mapping sticks
Morph
2020-11-15
controllers/npad: Remove the old vibration filter
Morph
2020-11-15
input_common: Add VibrationDevice and VibrationDeviceFactory
Morph
2020-11-15
configure_input: Add per-player vibration
Morph
2020-11-15
controllers/npad: Add heuristics to reduce rumble state changes
Morph
2020-11-15
configure_input_player: Change "Defaults" button behavior
Morph
2020-11-15
udp/client: Reduce testing period to 5 seconds
Morph
2020-11-15
configure_input_player: Implement input exclusivity and persistence
Morph
2020-11-15
motion_input: Mark constructor as explicit
Lioncash
2020-11-15
motion_input: Mark member functions as [[nodiscard]] where applicable
Lioncash
2020-10-28
Add hotplug, rumble and fix 3rd party adapters for the GC adapter
german
2020-10-21
sdl_impl: Fix controller reconnection issues
Morph
2020-10-20
Merge pull request #4809 from Morph1984/mjolnir-p3
LC
2020-10-20
Merge pull request #4627 from Morph1984/fix-dinput-controller-disconnect
bunnei
2020-10-20
configure_input_player: Fix modifier buttons
Morph
2020-10-16
udp/client: Make use of designated initializers in TestCommunication()
Lioncash
2020-10-16
udp/client: Take std::function by const reference with TestCommunication()
Lioncash
2020-10-16
sdl_impl: Erase the SDLJoystick entry after removing a controller
Morph
2020-10-15
input_common/CMakeLists: Make some warnings errors
Lioncash
2020-10-09
Merge pull request #4757 from german77/BetterMotion
bunnei
2020-10-08
Merge pull request #4677 from german77/ShakeFromButton
bunnei
2020-10-06
Merge pull request #4727 from FrogTheFrog/patch-1
bunnei
2020-10-04
Address comments
german
2020-10-03
Add compatibility with only accelerometer and auto calibrate for drift
german
2020-09-30
Reduce the "shake" requirements when configuring UDP.
Lukas Senionis
2020-09-29
First implementation of controller rumble
german
2020-09-25
Add random motion input to keyboard
german
2020-09-25
Add random motion input to SDL
german
2020-09-18
Add automap feature for GC adapter
german
2020-09-17
Merge pull request #4594 from german77/MotionHID
bunnei
2020-09-14
gc_adapter: Disable MSVC nonstandard extension warning on libusb.h
ReinUsesLisp
2020-09-07
gc_adapter: Make DeviceConnected() a const member function
Lioncash
2020-09-05
Minor cleanup
german
2020-09-04
Add cemu hook changes related to PR #4609
german
2020-09-04
Remove RealMotionDevice
german
2020-09-04
Include HID and configuration changes related to motion
german
2020-09-03
Merge pull request #4583 from lioncash/trunc
bunnei
2020-09-02
input_common/motion_input: Make use of Common::PI constant
Morph
2020-09-02
Merge pull request #4570 from german77/motionInput
bunnei
2020-09-01
Merge pull request #4382 from FearlessTobi/port-udp-config
bunnei
2020-08-30
Address second batch of reviews
FearlessTobi
2020-08-29
Address review comments and fix code compilation
FearlessTobi
2020-08-29
yuzu: Add motion and touch configuration
FearlessTobi
2020-08-28
sdl_impl: Reduce allocations in GetButtonMappingForDevice()
Lioncash
2020-08-28
sdl_impl: Make use of std::move on std::string where applicable
Lioncash
2020-08-28
sdl_impl: Make use of insert_or_assign() where applicable
Lioncash
2020-08-28
sdl_impl: Prevent type truncation in BuildAnalogParamPackageForButton() defau...
Lioncash
[next]