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