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
/
CMakeLists.txt
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
input_common: ignore some Clang warnings after 5c4774e8ce1d
Jan Beich
2020-11-26
1
-2
/
+2
*
input_common: Treat warnings as errors
Lioncash
2020-11-22
1
-0
/
+4
*
input_common/CMakeLists: Make some warnings errors
Lioncash
2020-10-16
1
-0
/
+29
*
Add random motion input to keyboard
german
2020-09-26
1
-0
/
+2
*
Merge pull request #4570 from german77/motionInput
bunnei
2020-09-02
1
-0
/
+2
|
\
|
*
Implement a basic class for motion devices
german
2020-08-28
1
-0
/
+2
*
|
yuzu: Add motion and touch configuration
FearlessTobi
2020-08-29
1
-0
/
+2
|
/
*
Project Mjölnir: Part 1
Morph
2020-08-26
1
-0
/
+2
*
input_common: make libusb private to gc_adapter
Jan Beich
2020-07-13
1
-2
/
+2
*
cmake: pass libusb include directory as well
Jan Beich
2020-07-09
1
-0
/
+1
*
GC Adapter Implementation
Ameer
2020-06-21
1
-0
/
+6
*
input_common: Use the CMake target instead of the variable.
Markus Wick
2020-04-16
1
-1
/
+1
*
Input: UDP Client to provide motion and touch controls
fearlessTobi
2020-01-23
1
-1
/
+7
*
Input: Remove global variables from SDL Input
James Rowe
2019-03-02
1
-6
/
+9
*
CMakeLists: Derive the source directory grouping from targets themselves
Lioncash
2018-01-18
1
-19
/
+12
*
move MotionEmu from core/frontend to input_common as a InputDevice
wwylele
2017-08-11
1
-0
/
+2
*
CMake: Define an interface target for SDL2 definitions
Yuri Kunde Schlesner
2017-05-28
1
-2
/
+1
*
CMake: Correct inter-module dependencies and library visibility
Yuri Kunde Schlesner
2017-05-28
1
-3
/
+3
*
InputCommon: add SDL joystick support
wwylele
2017-03-01
1
-0
/
+10
*
InputCommon: add AnalogFromButton
wwylele
2017-03-01
1
-0
/
+2
*
InputCommon: add Keyboard
wwylele
2017-03-01
1
-0
/
+15