index
:
yuzu
master
Nintendo Switch emulator archive
git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
input_common
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
input_common: ignore some Clang warnings after 5c4774e8ce1d
Jan Beich
2020-11-25
1
-2
/
+2
*
Merge pull request #4905 from german77/AnalogFromButton
bunnei
2020-11-24
1
-19
/
+103
|
\
|
*
fix minor clang error
german
2020-11-10
1
-1
/
+1
|
*
Allow to dial any angle with digital joystick
german
2020-11-08
1
-19
/
+103
*
|
input_common: Fix typo in gc_poller.cpp with [[maybe_unused]].
bunnei
2020-11-23
1
-2
/
+2
*
|
input_common: Add more missing [[maybe_unused]] from #4927.
bunnei
2020-11-23
3
-4
/
+6
*
|
input_common: Treat warnings as errors
Lioncash
2020-11-22
7
-9
/
+22
*
|
Modify rumble amplification
german77
2020-11-19
2
-4
/
+3
*
|
Merge pull request #4866 from Morph1984/mjolnir-p3-prod
bunnei
2020-11-17
10
-107
/
+177
|
\
\
|
*
|
sdl_impl: Pump SDL Events at 1000 Hz
Morph
2020-11-15
1
-1
/
+1
|
*
|
sdl_impl: Revert to the "old" method of mapping sticks
Morph
2020-11-15
1
-32
/
+13
|
*
|
controllers/npad: Remove the old vibration filter
Morph
2020-11-15
1
-15
/
+0
|
*
|
input_common: Add VibrationDevice and VibrationDeviceFactory
Morph
2020-11-15
9
-46
/
+159
|
*
|
configure_input: Add per-player vibration
Morph
2020-11-15
1
-0
/
+3
|
*
|
controllers/npad: Add heuristics to reduce rumble state changes
Morph
2020-11-15
1
-29
/
+25
|
*
|
configure_input_player: Change "Defaults" button behavior
Morph
2020-11-15
1
-8
/
+0
|
*
|
udp/client: Reduce testing period to 5 seconds
Morph
2020-11-15
1
-1
/
+1
|
*
|
configure_input_player: Implement input exclusivity and persistence
Morph
2020-11-15
1
-3
/
+3
|
|
/
*
|
motion_input: Mark constructor as explicit
Lioncash
2020-11-15
1
-1
/
+1
*
|
motion_input: Mark member functions as [[nodiscard]] where applicable
Lioncash
2020-11-15
1
-10
/
+11
|
/
*
Add hotplug, rumble and fix 3rd party adapters for the GC adapter
german
2020-10-28
3
-303
/
+433
*
sdl_impl: Fix controller reconnection issues
Morph
2020-10-21
1
-85
/
+84
*
Merge pull request #4809 from Morph1984/mjolnir-p3
LC
2020-10-20
1
-2
/
+0
|
\
|
*
configure_input_player: Fix modifier buttons
Morph
2020-10-20
1
-2
/
+0
*
|
Merge pull request #4627 from Morph1984/fix-dinput-controller-disconnect
bunnei
2020-10-20
1
-15
/
+13
|
\
\
|
|
/
|
/
|
|
*
sdl_impl: Erase the SDLJoystick entry after removing a controller
Morph
2020-10-16
1
-15
/
+13
*
|
udp/client: Make use of designated initializers in TestCommunication()
Lioncash
2020-10-16
1
-2
/
+5
*
|
udp/client: Take std::function by const reference with TestCommunication()
Lioncash
2020-10-16
2
-5
/
+5
|
/
*
input_common/CMakeLists: Make some warnings errors
Lioncash
2020-10-15
16
-191
/
+237
*
Merge pull request #4757 from german77/BetterMotion
bunnei
2020-10-09
2
-8
/
+102
|
\
|
*
Address comments
german
2020-10-04
2
-40
/
+40
|
*
Add compatibility with only accelerometer and auto calibrate for drift
german
2020-10-03
2
-12
/
+106
*
|
Merge pull request #4677 from german77/ShakeFromButton
bunnei
2020-10-08
9
-5
/
+295
|
\
\
|
*
|
Add random motion input to keyboard
german
2020-09-25
4
-0
/
+65
|
*
|
Add random motion input to SDL
german
2020-09-25
5
-5
/
+230
*
|
|
Merge pull request #4727 from FrogTheFrog/patch-1
bunnei
2020-10-06
1
-2
/
+6
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
Reduce the "shake" requirements when configuring UDP.
Lukas Senionis
2020-09-30
1
-2
/
+6
|
|
/
*
/
First implementation of controller rumble
german
2020-09-29
1
-1
/
+38
|
/
*
Add automap feature for GC adapter
german
2020-09-18
3
-1
/
+103
*
Merge pull request #4594 from german77/MotionHID
bunnei
2020-09-17
9
-135
/
+471
|
\
|
*
Minor cleanup
german
2020-09-05
1
-19
/
+16
|
*
Add cemu hook changes related to PR #4609
german
2020-09-04
6
-137
/
+426
|
*
Remove RealMotionDevice
german
2020-09-04
4
-7
/
+25
|
*
Include HID and configuration changes related to motion
german
2020-09-04
3
-1
/
+33
*
|
gc_adapter: Disable MSVC nonstandard extension warning on libusb.h
ReinUsesLisp
2020-09-14
1
-0
/
+9
*
|
gc_adapter: Make DeviceConnected() a const member function
Lioncash
2020-09-07
3
-9
/
+9
|
/
*
Merge pull request #4583 from lioncash/trunc
bunnei
2020-09-03
1
-3
/
+5
|
\
|
*
gc_poller: Resolve compilation warnings on MSVC
Lioncash
2020-08-25
1
-3
/
+5
*
|
input_common/motion_input: Make use of Common::PI constant
Morph
2020-09-02
2
-4
/
+9
*
|
Merge pull request #4570 from german77/motionInput
bunnei
2020-09-02
3
-0
/
+246
|
\
\
[next]