index
:
yuzu-mainline
master
A backup of the Yuzu mainline repo. Only includes the master branch, nothing else.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
core
/
hle
/
service
/
hid
/
hid_user.cpp
Age
Commit message (
Expand
)
Author
2017-10-12
Remove lots more 3DS-specific code.
bunnei
2016-09-21
Use negative priorities to avoid special-casing the self-include
Yuri Kunde Schlesner
2016-09-18
Manually tweak source formatting and then re-run clang-format
Yuri Kunde Schlesner
2016-09-18
Sources: Run clang-format on everything.
Emmanuel Gil Peyrot
2016-03-22
implement accel and gyro backend
wwylele
2016-02-02
services: Get rid of unnecessary includes
Lioncash
2015-12-30
services: Update some function tables
Lioncash
2015-05-22
HID: Stub DisableAccelerometer and DisableGyroscopeLow
purpasmart96
2015-03-16
HID: Proper Signal Interrupts for EnableAccelerometer & EnableGyroscopeLow along
purpasmart96
2015-03-11
hid_user: Removed unnecessary includes.
bunnei
2015-03-03
Services: Moved the PTM and APT services to their own folder
Subv
2015-02-10
Asserts: break/crash program, fit to style guide; log.h->assert.h
archshift
2015-02-02
Service: Clean-up Interface
Yuri Kunde Schlesner
2015-01-30
Kernel: Convert Event to not use Handles
Yuri Kunde Schlesner
2015-01-30
Kernel: Convert SharedMemory to not use Handles
Yuri Kunde Schlesner
2015-01-21
Added HID_SPVR service and split HID_U implementation into service/hid/hid.xxx
archshift