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.h
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2020-09-05
Add cemu hook changes related to PR #4609
german
1
-0
/
+14
2020-09-05
Include HID and configuration changes related to motion
german
1
-1
/
+9
2020-08-30
Address second batch of reviews
FearlessTobi
1
-3
/
+1
2020-08-29
Address review comments and fix code compilation
FearlessTobi
1
-0
/
+2
2020-08-29
yuzu: Add motion and touch configuration
FearlessTobi
1
-0
/
+3
2020-08-29
input_common/main: Remove unnecessary headers
Lioncash
1
-2
/
+8
2020-08-29
input_common/main: Remove unimplemented prototype
Lioncash
1
-3
/
+0
2020-08-27
input_common: Eliminate most global state
Lioncash
1
-46
/
+84
2020-08-26
Address feedback
Morph
1
-1
/
+1
2020-08-26
Project Mjölnir: Part 1
Morph
1
-2
/
+24
2020-06-22
Tidy up the pointers, use pair over tuple where appropriate
Ameer
1
-1
/
+0
2020-06-22
Singleton GC Adapter class, remove globals, fix naming convention
Ameer
1
-3
/
+1
2020-06-21
Clang Formatting
Ameer
1
-2
/
+1
2020-06-21
GC Adapter Implementation
Ameer
1
-0
/
+9
2019-03-02
Input: Remove global variables from SDL Input
James Rowe
1
-2
/
+0
2018-09-11
Port #4141 from citra: Joystick hotplug support (#1275)
Tobias
1
-0
/
+2
2018-01-16
Adding meumart's Citra SDL Joystick support. Citra PR #3116
muemart
1
-0
/
+32
2017-08-13
Fix Spelling/English mistakes
Dave Leaver
1
-1
/
+1
2017-08-11
move MotionEmu from core/frontend to input_common as a InputDevice
wwylele
1
-0
/
+5
2017-03-01
InputCommon: add AnalogFromButton
wwylele
1
-0
/
+4
2017-03-01
InputCommon: add Keyboard
wwylele
1
-0
/
+25