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
*
CMakeLists: Remove redundant warnings
Morph
2022-10-22
1
-2
/
+0
*
CMakeLists: Treat MSVC warnings as errors
Morph
2022-10-22
1
-1
/
+0
*
general: Enforce C4800 everywhere except in video_core
Morph
2022-10-22
1
-0
/
+1
*
CMakeLists: Remove all redundant warnings
Morph
2022-10-22
1
-5
/
+0
*
input_common: Create virtual amiibo driver
german77
2022-10-02
1
-0
/
+2
*
chore: make yuzu REUSE compliant
Andrea Pappacoda
2022-07-27
1
-0
/
+3
*
input_common: Add camera driver
german77
2022-07-24
1
-0
/
+2
*
CMakeLists: Make variable shadowing a compile-time error
Morph
2022-06-14
1
-1
/
+0
*
input_common: Remove obsolete files
german77
2021-11-25
1
-4
/
+0
*
input_common: Rewrite SDL
german77
2021-11-25
1
-4
/
+4
*
input_common: Rewrite udp client
german77
2021-11-25
1
-4
/
+2
*
input_common: Rewrite tas input
german77
2021-11-25
1
-4
/
+2
*
input_common: Rewrite gc_adapter
german77
2021-11-25
1
-4
/
+2
*
input_common: Rewrite touch
german77
2021-11-25
1
-0
/
+2
*
input_common: Rewrite mouse
german77
2021-11-25
1
-4
/
+2
*
input_common: Rewrite keyboard
german77
2021-11-25
1
-2
/
+2
*
input_common: Move touch and analog from button. Move udp protocol
german77
2021-11-25
1
-6
/
+6
*
input_common: Create input poller and mapping
german77
2021-11-25
1
-0
/
+6
*
input_common/tas: Base playback & recording system
MonsterDruide1
2021-09-18
1
-0
/
+4
*
CMakeLists: Treat -Wsign-compare as an error on GCC/Clang
Morph
2021-07-06
1
-3
/
+0
*
input_common: Enforce C4242
Morph
2021-06-28
1
-12
/
+4
*
cmake: General improvements to libusb linking
lat9nq
2021-06-03
1
-2
/
+1
*
cmake: Use SDL 2.0.14 and fix CMake scope issue
lat9nq
2021-04-18
1
-1
/
+1
*
common: Move settings to common from core.
bunnei
2021-04-15
1
-2
/
+0
*
Merge pull request #4939 from german77/MouseInput
bunnei
2020-11-30
1
-2
/
+4
|
\
|
*
Implement full mouse support
german
2020-11-26
1
-2
/
+4
*
|
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