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
*
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
|
\
\
|
*
|
Fix orientation errors and improve drift correction
german
2020-08-27
2
-14
/
+31
|
*
|
Address comments
german
2020-08-27
2
-85
/
+65
|
*
|
Implement a basic class for motion devices
german
2020-08-27
3
-0
/
+249
*
|
|
Merge pull request #4382 from FearlessTobi/port-udp-config
bunnei
2020-09-01
5
-0
/
+89
|
\
\
\
|
*
|
|
Address second batch of reviews
FearlessTobi
2020-08-30
3
-6
/
+2
|
*
|
|
Address review comments and fix code compilation
FearlessTobi
2020-08-29
3
-6
/
+11
|
*
|
|
yuzu: Add motion and touch configuration
FearlessTobi
2020-08-29
5
-0
/
+88
*
|
|
|
sdl_impl: Reduce allocations in GetButtonMappingForDevice()
Lioncash
2020-08-28
1
-31
/
+37
*
|
|
|
sdl_impl: Make use of std::move on std::string where applicable
Lioncash
2020-08-28
1
-3
/
+3
*
|
|
|
sdl_impl: Make use of insert_or_assign() where applicable
Lioncash
2020-08-28
1
-14
/
+18
*
|
|
|
sdl_impl: Prevent type truncation in BuildAnalogParamPackageForButton() defau...
Lioncash
2020-08-28
1
-1
/
+1
*
|
|
|
sdl_impl: Simplify make_tuple call
Lioncash
2020-08-28
1
-1
/
+1
*
|
|
|
sdl_impl: Mark FromEvent() as a const member function
Lioncash
2020-08-28
1
-2
/
+2
|
/
/
/
*
|
|
input_common/main: Remove unnecessary headers
Lioncash
2020-08-28
3
-5
/
+11
*
|
|
input_common/main: Remove unimplemented prototype
Lioncash
2020-08-28
1
-3
/
+0
*
|
|
input_common: Eliminate most global state
Lioncash
2020-08-27
2
-153
/
+227
|
/
/
*
|
input_common/main: Add "/Mouse" to the display name
Morph
2020-08-26
1
-1
/
+1
*
|
input_common: Fix directional deadzone values
Morph
2020-08-26
2
-2
/
+2
*
|
Address feedback
Morph
2020-08-26
5
-44
/
+32
*
|
Project Mjölnir: Part 1
Morph
2020-08-26
11
-102
/
+798
|
/
[next]