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
2023-02-28
cmake: use correct boost imported targets
Alexandre Bouvier
1
-1
/
+1
2023-01-20
input_common: Implement joycon ir camera
Narr the Reg
1
-0
/
+2
2023-01-20
input_common: Implement joycon nfc
german77
1
-0
/
+2
2023-01-20
input_common: Add support for joycon ring controller
Narr the Reg
1
-0
/
+2
2023-01-20
input_common: Add support for joycon input reports
Narr the Reg
1
-0
/
+4
2023-01-20
input_common: Use calibration from joycon
Narr the Reg
1
-0
/
+2
2023-01-20
input_common: Add support for joycon generic functions
Narr the Reg
1
-0
/
+2
2023-01-20
input_common: Add joycon low level functions
Narr the Reg
1
-0
/
+2
2023-01-20
input_common: Initial skeleton for custom joycon driver
Narr the Reg
1
-0
/
+5
2022-12-28
cmake: make libusb optional
Liam
1
-5
/
+10
2022-12-17
input_common: Add virtual gamepad
german77
1
-0
/
+2
2022-12-06
cmake: prefer system libusb
Alexandre Bouvier
1
-3
/
+1
2022-12-06
cmake: use sdl2 imported target
Alexandre Bouvier
1
-5
/
+1
2022-11-30
CMake: Use precompiled headers
ameerj
1
-0
/
+5
2022-11-29
CMake: Directly link to SDL2-static when appropriate
lat9nq
1
-1
/
+5
2022-10-22
CMakeLists: Remove redundant warnings
Morph
1
-2
/
+0
2022-10-22
CMakeLists: Treat MSVC warnings as errors
Morph
1
-1
/
+0
2022-10-22
general: Enforce C4800 everywhere except in video_core
Morph
1
-0
/
+1
2022-10-22
CMakeLists: Remove all redundant warnings
Morph
1
-5
/
+0
2022-10-02
input_common: Create virtual amiibo driver
german77
1
-0
/
+2
2022-07-27
chore: make yuzu REUSE compliant
Andrea Pappacoda
1
-0
/
+3
2022-07-24
input_common: Add camera driver
german77
1
-0
/
+2
2022-06-14
CMakeLists: Make variable shadowing a compile-time error
Morph
1
-1
/
+0
2021-11-25
input_common: Remove obsolete files
german77
1
-4
/
+0
2021-11-25
input_common: Rewrite SDL
german77
1
-4
/
+4
2021-11-25
input_common: Rewrite udp client
german77
1
-4
/
+2
2021-11-25
input_common: Rewrite tas input
german77
1
-4
/
+2
2021-11-25
input_common: Rewrite gc_adapter
german77
1
-4
/
+2
2021-11-25
input_common: Rewrite touch
german77
1
-0
/
+2
2021-11-25
input_common: Rewrite mouse
german77
1
-4
/
+2
2021-11-25
input_common: Rewrite keyboard
german77
1
-2
/
+2
2021-11-25
input_common: Move touch and analog from button. Move udp protocol
german77
1
-6
/
+6
2021-11-25
input_common: Create input poller and mapping
german77
1
-0
/
+6
2021-09-18
input_common/tas: Base playback & recording system
MonsterDruide1
1
-0
/
+4
2021-07-06
CMakeLists: Treat -Wsign-compare as an error on GCC/Clang
Morph
1
-3
/
+0
2021-06-28
input_common: Enforce C4242
Morph
1
-12
/
+4
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