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
/
core
/
hle
/
service
/
hid
/
hid.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move input values into an array
James Rowe
2015-07-28
1
-1
/
+4
*
Common: Cleanup key_map includes.
Emmanuel Gil Peyrot
2015-06-28
1
-7
/
+9
*
HID: Stub DisableAccelerometer and DisableGyroscopeLow
purpasmart96
2015-05-23
1
-5
/
+23
*
Services: Stubs and minor changes
purpasmart96
2015-04-03
1
-3
/
+3
*
HID: Proper Signal Interrupts for EnableAccelerometer & EnableGyroscopeLow along
purpasmart96
2015-03-17
1
-1
/
+29
*
HID: Removed unnecessary global variables.
bunnei
2015-03-11
1
-10
/
+0
*
HID: Added additional variable comments and some code cleanups.
bunnei
2015-03-11
1
-18
/
+23
*
HID: Complete refactor of pad/touch input to fix threading issues.
bunnei
2015-03-11
1
-30
/
+5
*
HID: Changed TouchDataEntry `valid` to a BitField and added some doc strings.
bunnei
2015-03-10
1
-3
/
+3
*
HID: Added static asserts to check register position in shared memory.
bunnei
2015-03-10
1
-2
/
+16
*
HID: Added functions to emulate the touchpad.
bunnei
2015-03-10
1
-0
/
+13
*
HID: Moved some docstrings to the header.
bunnei
2015-03-10
1
-1
/
+14
*
HID: Refactored shared memory decoding for touchpad support.
bunnei
2015-03-10
1
-12
/
+34
*
Services: Moved the PTM and APT services to their own folder
Subv
2015-03-04
1
-0
/
+17
*
Frontends, HID: Add New 3DS specific pad buttons, and stub the touch one.
Emmanuel Gil Peyrot
2015-02-22
1
-0
/
+19
*
Kernel: Convert Event to not use Handles
Yuri Kunde Schlesner
2015-01-30
1
-5
/
+6
*
Kernel: Convert SharedMemory to not use Handles
Yuri Kunde Schlesner
2015-01-30
1
-1
/
+5
*
Added HID_SPVR service and split HID_U implementation into service/hid/hid.xxx
archshift
2015-01-21
1
-0
/
+111