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
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
input_common: Move button names to the frontend
german77
2021-11-25
1
-2
/
+7
*
input_common: Allow keyboard to be backwards compatible
german77
2021-11-25
1
-3
/
+0
*
core/hid: Improve accuracy of the keyboard implementation
german77
2021-11-25
1
-0
/
+3
*
input_common: Rewrite main and add the new drivers
german77
2021-11-25
1
-38
/
+51
*
input_common: Rewrite keyboard
german77
2021-11-25
1
-89
/
+0
*
input_common: Create input poller and mapping
german77
2021-11-25
1
-0
/
+3
*
input_common/tas: Add swap controller
german77
2021-09-18
1
-10
/
+10
*
input_common/tas: Base playback & recording system
MonsterDruide1
2021-09-18
1
-0
/
+23
*
Implement full mouse support
german
2020-11-26
1
-5
/
+36
*
Add cemu hook changes related to PR #4609
german
2020-09-05
1
-0
/
+14
*
Include HID and configuration changes related to motion
german
2020-09-05
1
-1
/
+9
*
Address second batch of reviews
FearlessTobi
2020-08-30
1
-3
/
+1
*
Address review comments and fix code compilation
FearlessTobi
2020-08-29
1
-0
/
+2
*
yuzu: Add motion and touch configuration
FearlessTobi
2020-08-29
1
-0
/
+3
*
input_common/main: Remove unnecessary headers
Lioncash
2020-08-29
1
-2
/
+8
*
input_common/main: Remove unimplemented prototype
Lioncash
2020-08-29
1
-3
/
+0
*
input_common: Eliminate most global state
Lioncash
2020-08-27
1
-46
/
+84
*
Address feedback
Morph
2020-08-26
1
-1
/
+1
*
Project Mjölnir: Part 1
Morph
2020-08-26
1
-2
/
+24
*
Tidy up the pointers, use pair over tuple where appropriate
Ameer
2020-06-22
1
-1
/
+0
*
Singleton GC Adapter class, remove globals, fix naming convention
Ameer
2020-06-22
1
-3
/
+1
*
Clang Formatting
Ameer
2020-06-21
1
-2
/
+1
*
GC Adapter Implementation
Ameer
2020-06-21
1
-0
/
+9
*
Input: Remove global variables from SDL Input
James Rowe
2019-03-02
1
-2
/
+0
*
Port #4141 from citra: Joystick hotplug support (#1275)
Tobias
2018-09-11
1
-0
/
+2
*
Adding meumart's Citra SDL Joystick support. Citra PR #3116
muemart
2018-01-16
1
-0
/
+32
*
Merge pull request #2861 from wwylele/motion-refactor
James Rowe
2017-08-20
1
-0
/
+5
|
\
|
*
move MotionEmu from core/frontend to input_common as a InputDevice
wwylele
2017-08-11
1
-0
/
+5
*
|
Fix Spelling/English mistakes
Dave Leaver
2017-08-13
1
-1
/
+1
|
/
*
InputCommon: add AnalogFromButton
wwylele
2017-03-01
1
-0
/
+4
*
InputCommon: add Keyboard
wwylele
2017-03-01
1
-0
/
+25