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.h
Age
Commit message (
Expand
)
Author
2018-07-19
hid: Use HID_NUM_LAYOUTS constant for indicating size of the layouts array
Lioncash
2018-06-11
hid: Update all layouts and only show handheld as connected, fixes libnx inpu...
shinyquagsire23
2018-05-23
Fix deadlocks caused from HID having too many layouts
David Marcec
2018-05-07
hid: Tweaks, Analog Sticks (#435)
Max Thomas
2018-04-19
service: Use nested namespace specifiers where applicable
Lioncash
2018-01-16
hid: Adjust for style guide
shinyquagsire23
2018-01-16
hid: Write to all layouts, implement circular buffers, set up controller meta...
shinyquagsire23
2018-01-15
hid: Bare-minimum sharedmem input
shinyquagsire23
2018-01-15
hid: Remove redundant HID prefix on structs/enums
shinyquagsire23
2018-01-15
hid: Add sharedmem structs
shinyquagsire23
2018-01-14
hid: Implement IAppletResource::GetSharedMemoryHandle.
bunnei
2017-10-12
Remove lots more 3DS-specific code.
bunnei
2017-08-10
HID: zero unused PadState bits
wwylele
2017-05-04
ir: implement new 3ds HID via ir:rst
wwylele
2017-03-01
Input: remove unused stuff & clean up
wwylele
2017-03-01
HID: use ButtonDevice
wwylele
2017-02-11
hid: remove the touch field from PadState (#2557)
Weiyi Wang
2017-01-16
HID: manages updating itself using correct ticks
wwylele
2016-09-21
Remove empty newlines in #include blocks.
Emmanuel Gil Peyrot
2016-09-18
Sources: Run clang-format on everything.
Emmanuel Gil Peyrot
2016-05-15
Refactor input subsystem
wwylele
2016-03-25
implement GyroscopeCalibrateParam
wwylele
2016-03-22
implement accel and gyro backend
wwylele
2015-07-27
Move input values into an array
James Rowe
2015-06-28
Common: Cleanup key_map includes.
Emmanuel Gil Peyrot
2015-05-22
HID: Stub DisableAccelerometer and DisableGyroscopeLow
purpasmart96
2015-04-02
Services: Stubs and minor changes
purpasmart96
2015-03-16
HID: Proper Signal Interrupts for EnableAccelerometer & EnableGyroscopeLow along
purpasmart96
2015-03-11
HID: Removed unnecessary global variables.
bunnei
2015-03-10
HID: Added additional variable comments and some code cleanups.
bunnei
2015-03-10
HID: Complete refactor of pad/touch input to fix threading issues.
bunnei
2015-03-10
HID: Changed TouchDataEntry `valid` to a BitField and added some doc strings.
bunnei
2015-03-10
HID: Added static asserts to check register position in shared memory.
bunnei
2015-03-10
HID: Added functions to emulate the touchpad.
bunnei
2015-03-10
HID: Moved some docstrings to the header.
bunnei
2015-03-10
HID: Refactored shared memory decoding for touchpad support.
bunnei
2015-03-03
Services: Moved the PTM and APT services to their own folder
Subv
2015-02-22
Frontends, HID: Add New 3DS specific pad buttons, and stub the touch one.
Emmanuel Gil Peyrot
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