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