index
:
anonymous/yuzu
master
yuzu is the world's most popular, open-source, Nintendo Switch emulator — started by the creators of Citra. It is written in C++ with portability in mind,
mirror
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
input_common
/
main.cpp
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2021-08-08
input_common: Improve SDL joystick and hide toggle option
german77
1
-4
/
+4
2021-07-11
input_common: Fix build with sdl disabled
german77
1
-2
/
+2
2021-05-15
input_common: Implement SDL motion
german77
1
-0
/
+5
2020-11-26
Implement full mouse support
german
1
-10
/
+63
2020-11-26
Add multiple udp server support
german
1
-1
/
+1
2020-11-16
input_common: Add VibrationDevice and VibrationDeviceFactory
Morph
1
-0
/
+5
2020-11-16
configure_input_player: Change "Defaults" button behavior
Morph
1
-8
/
+0
2020-11-16
configure_input_player: Implement input exclusivity and persistence
Morph
1
-3
/
+3
2020-10-16
input_common/CMakeLists: Make some warnings errors
Lioncash
1
-0
/
+4
2020-09-26
Add random motion input to keyboard
german
1
-0
/
+4
2020-09-18
Add automap feature for GC adapter
german
1
-1
/
+10
2020-09-05
Add cemu hook changes related to PR #4609
german
1
-3
/
+43
2020-08-29
Address review comments and fix code compilation
FearlessTobi
1
-3
/
+5
2020-08-29
yuzu: Add motion and touch configuration
FearlessTobi
1
-0
/
+9
2020-08-27
input_common: Eliminate most global state
Lioncash
1
-107
/
+143
2020-08-27
input_common/main: Add "/Mouse" to the display name
Morph
1
-1
/
+1
2020-08-26
Address feedback
Morph
1
-7
/
+8
2020-08-26
Project Mjölnir: Part 1
Morph
1
-1
/
+49
2020-07-14
input_common: drop unused libusb.h include
Ameer
1
-1
/
+0
2020-07-02
Fix unnecessary diffs
Ameer
1
-0
/
+2
2020-06-23
Fix deallocation of GC Adapter
Ameer
1
-0
/
+3
2020-06-22
Update src/input_common/main.cpp
ameerj
1
-1
/
+1
2020-06-22
Tidy up the pointers, use pair over tuple where appropriate
Ameer
1
-2
/
+1
2020-06-22
shared_ptr for the GC adapter class, constexpr constants
Ameer
1
-2
/
+4
2020-06-22
std::arrays where appropriate, clear q in adapter class, other touch ups
Ameer
1
-1
/
+0
2020-06-22
Singleton GC Adapter class, remove globals, fix naming convention
Ameer
1
-0
/
+2
2020-06-21
Cleanup after linter
Ameer
1
-4
/
+0
2020-06-21
GC Adapter Implementation
Ameer
1
-1
/
+22
2020-05-02
input_common: fix build when SDL2 is disabled
FearlessTobi
1
-0
/
+6
2020-02-03
input_common/udp: Ensure that UDP is shut down within Shutdown()
Lioncash
1
-0
/
+1
2020-01-23
Input: UDP Client to provide motion and touch controls
fearlessTobi
1
-3
/
+9
2019-03-02
Input: Remove global variables from SDL Input
James Rowe
1
-19
/
+4
2018-09-11
Port #4141 from citra: Joystick hotplug support (#1275)
Tobias
1
-0
/
+12
2018-01-21
Format: Run the new clang format on everything
James Rowe
1
-1
/
+2
2018-01-16
Adding meumart's Citra SDL Joystick support. Citra PR #3116
muemart
1
-0
/
+11
2017-08-11
move MotionEmu from core/frontend to input_common as a InputDevice
wwylele
1
-2
/
+13
2017-03-01
InputCommon: add SDL joystick support
wwylele
1
-0
/
+10
2017-03-01
InputCommon: add AnalogFromButton
wwylele
1
-0
/
+18
2017-03-01
InputCommon: add Keyboard
wwylele
1
-0
/
+35