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.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Services: Initialize all state variables at bootup.
bunnei
2015-05-02
1
-8
/
+14
*
Services: Stubs and minor changes
purpasmart96
2015-04-03
1
-3
/
+3
*
Merge pull request #655 from purpasmart96/hid_fixes
bunnei
2015-03-17
1
-0
/
+32
|
\
|
*
HID: Proper Signal Interrupts for EnableAccelerometer & EnableGyroscopeLow along
purpasmart96
2015-03-17
1
-0
/
+32
*
|
arm_interface: Get rid of GetTicks.
Lioncash
2015-03-16
1
-3
/
+3
|
/
*
HID: Removed unnecessary global variables.
bunnei
2015-03-11
1
-48
/
+42
*
HID: Added additional variable comments and some code cleanups.
bunnei
2015-03-11
1
-2
/
+6
*
HID: Complete refactor of pad/touch input to fix threading issues.
bunnei
2015-03-11
1
-81
/
+23
*
HID: Cleanup how `next_touch_index` is calculated for Pad and touch.
bunnei
2015-03-10
1
-2
/
+2
*
HID: Changed TouchDataEntry `valid` to a BitField and added some doc strings.
bunnei
2015-03-10
1
-1
/
+1
*
HID: Added functions to emulate the touchpad.
bunnei
2015-03-10
1
-0
/
+48
*
HID: Moved some docstrings to the header.
bunnei
2015-03-10
1
-23
/
+2
*
HID: Refactored shared memory decoding for touchpad support.
bunnei
2015-03-10
1
-21
/
+30
*
Services: Moved the PTM and APT services to their own folder
Subv
2015-03-04
1
-0
/
+32
*
Kernel: Stop creating useless Handles during object creation
Yuri Kunde Schlesner
2015-02-02
1
-6
/
+6
*
HID: Fix crash when pressing a key when the emulator is stopped
Yuri Kunde Schlesner
2015-02-02
1
-0
/
+2
*
Kernel: Convert Event to not use Handles
Yuri Kunde Schlesner
2015-01-30
1
-13
/
+15
*
Kernel: Convert SharedMemory to not use Handles
Yuri Kunde Schlesner
2015-01-30
1
-3
/
+3
*
Added HID_SPVR service and split HID_U implementation into service/hid/hid.xxx
archshift
2015-01-21
1
-0
/
+138