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
...
*
|
|
core: Hacky TAS syncing & load pausing
MonsterDruide1
2021-09-18
2
-93
/
+107
*
|
|
input_common/tas: Base playback & recording system
MonsterDruide1
2021-09-18
7
-0
/
+722
*
|
|
input_common: Enable steam controllers and 8 player support
german77
2021-09-10
2
-7
/
+7
|
/
/
*
|
input_common: Disable sdl raw input mode
german77
2021-08-12
1
-0
/
+3
*
|
input_common: Improve SDL joystick and hide toggle option
german77
2021-08-07
3
-28
/
+68
|
/
*
Merge pull request #6654 from german77/custom_threshold
bunnei
2021-07-21
1
-3
/
+3
|
\
|
*
input_common: Make button threshold customizable
german77
2021-07-15
1
-3
/
+3
*
|
Merge pull request #6649 from german77/toggle_sdl
bunnei
2021-07-20
1
-4
/
+51
|
\
\
|
*
|
input_common: Support SDL toggle buttons
german77
2021-07-15
1
-4
/
+51
*
|
|
input/sdl_impl: fix rumble support on DualSense. (#6683)
Nicolas Jallamion
2021-07-20
1
-2
/
+2
*
|
|
Merge pull request #6652 from lat9nq/cmd-vulkan-fixes
bunnei
2021-07-19
1
-8
/
+0
|
\
\
\
|
*
|
|
sdl_impl, emu_window: Remove clang ignore
lat9nq
2021-07-16
1
-8
/
+0
|
|
|
/
|
|
/
|
*
/
|
input_common: Fix mouse panning behaivour
german77
2021-07-16
1
-1
/
+1
|
/
/
*
|
Merge pull request #6579 from ameerj/float-settings
bunnei
2021-07-15
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
configure_input: Use u8 for mouse sensitivity
ameerj
2021-07-08
1
-1
/
+1
*
|
input_common: Fix build with sdl disabled
german77
2021-07-10
1
-2
/
+2
|
/
*
Merge pull request #6539 from lat9nq/default-setting
Ameer J
2021-07-08
3
-4
/
+5
|
\
|
*
general: Code formatting improvements
lat9nq
2021-07-08
1
-2
/
+2
|
*
core, input_common: Miscellaneous fixes
lat9nq
2021-06-28
1
-1
/
+2
|
*
general: Make most settings a BasicSetting
lat9nq
2021-06-28
3
-5
/
+5
*
|
CMakeLists: Treat -Wsign-compare as an error on GCC/Clang
Morph
2021-07-06
1
-3
/
+0
*
|
Merge pull request #6537 from Morph1984/warnings
bunnei
2021-07-05
3
-26
/
+4
|
\
\
|
*
|
input_common: Remove #pragma warning directives for external headers
Morph
2021-06-28
2
-14
/
+0
|
*
|
input_common: Enforce C4242
Morph
2021-06-28
1
-12
/
+4
|
|
/
*
/
input_common: Add missing modifier callback to analog from button
german77
2021-07-05
1
-0
/
+1
|
/
*
Add missing includes (#6521)
Chloe
2021-06-24
2
-0
/
+3
*
input_common/mouse_input: Fix data race
Rodrigo Locatti
2021-06-22
2
-12
/
+10
*
Merge pull request #6407 from lat9nq/fix-libusb-2
bunnei
2021-06-10
1
-2
/
+1
|
\
|
*
cmake: General improvements to libusb linking
lat9nq
2021-06-03
1
-2
/
+1
*
|
Merge pull request #6389 from german77/Analog_button_fix
bunnei
2021-06-03
2
-73
/
+123
|
\
\
|
|
/
|
/
|
|
*
input_common: Analog button, use time based position instead of frequent updates
german77
2021-05-30
2
-73
/
+123
*
|
Merge pull request #6318 from german77/dualJoycon
bunnei
2021-06-01
2
-60
/
+258
|
\
\
|
|
/
|
/
|
|
*
input_common: Add dual joycon support
german77
2021-05-22
2
-60
/
+258
*
|
Merge pull request #6312 from german77/analogMapping
bunnei
2021-05-24
1
-26
/
+28
|
\
\
|
|
/
|
/
|
|
*
input_common: Fix crash when controller disconnects
german77
2021-05-15
1
-1
/
+3
|
*
input_common: Rewrite sdl analog mapping
german77
2021-05-14
1
-25
/
+25
*
|
Merge pull request #6310 from german77/nanMotion
bunnei
2021-05-19
1
-0
/
+23
|
\
\
|
*
|
input_common: Sanitize motion data
german77
2021-05-13
1
-0
/
+23
|
|
/
*
/
input_common: Implement SDL motion
german77
2021-05-15
4
-3
/
+159
|
/
*
input_common: Release mouse buttons on out of focus
german77
2021-05-02
2
-1
/
+16
*
Merge pull request #6243 from german77/GCresetOrigin
bunnei
2021-04-30
2
-2
/
+7
|
\
|
*
input_common: Reset GC sticks center by measuring multiple packets
german77
2021-04-26
2
-2
/
+7
*
|
hid: Implement SevenSixAxis and ConsoleSixAxisSensor
german77
2021-04-23
1
-2
/
+8
|
/
*
general: Ignore implicit-fallthrough for SDL.h
lat9nq
2021-04-18
1
-0
/
+10
*
cmake: Use SDL 2.0.14 and fix CMake scope issue
lat9nq
2021-04-17
1
-1
/
+1
*
Merge pull request #6119 from german77/SDLMapping
bunnei
2021-04-15
2
-6
/
+24
|
\
|
*
InputCommon: Name properly xbox 360 and one controllers, Fix mappings for Nin...
german77
2021-03-30
2
-6
/
+24
*
|
common: Move settings to common from core.
bunnei
2021-04-14
10
-428
/
+7
*
|
Use a single connection for UDP server, make connection test longer and check...
german77
2021-03-30
2
-95
/
+96
|
/
*
Merge pull request #6040 from german77/toggleKeyboard
bunnei
2021-03-11
4
-8
/
+84
|
\
[prev]
[next]