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
Age
Commit message (
Expand
)
Author
2018-10-21
hid: Update service function table for hidbus
Lioncash
2018-10-20
Added auto controller switching to supported controllers and single joycon bu...
David Marcec
2018-10-19
Merge pull request #1526 from lioncash/svc-id
bunnei
2018-10-19
hid: Update service function tables
Lioncash
2018-10-17
hid/controller: Remove unused header inclusions
Lioncash
2018-10-17
hid/controller/npad: Remove unused dump_idx member variable
Lioncash
2018-10-17
hid/controller/npad: Remove unnecessary semicolon from the closing brace of L...
Lioncash
2018-10-17
hid/controller/npad: Remove #pragma once from the cpp file
Lioncash
2018-10-17
hid/controller/npad: Move npad_id_list into the cpp file
Lioncash
2018-10-17
hid/controller/npad: Remove unnecessary const from void return type
Lioncash
2018-10-17
hid/controller: Default the destructors of all controller types in the cpp file
Lioncash
2018-10-17
controller_base: Default the base class constructor and destructor in the cpp...
Lioncash
2018-10-18
Using dual joycons as the default controller
David Marcec
2018-10-12
Wip
David Marcec
2018-10-12
Dynamically decide handheld variant based on supported npad id priority
David Marcec
2018-10-11
Added BeginPermitVibrationSession and EndPermitVibrationSession
David Marcec
2018-10-10
Added GetLedPattern and HandheldVariant
David Marcec
2018-10-10
Kirby expects handheld controllers to be at position 8
David Marcec
2018-10-10
Added the ability to "disconnect" individual npads
David Marcec
2018-10-10
Removed unneeded forward declarations
David Marcec
2018-10-10
Addressed changes for better hid
David Marcec
2018-10-10
"Better Hid" rework part 1
David Marcec
2018-09-23
Stubbed IRS (#1349)
David
2018-09-19
Fixed GetAccountId stub, Added error code for OpenDirectory and added Activat...
David Marcec
2018-09-19
Added ActivateGesture
David Marcec
2018-09-19
Added StopSixAxisSensor
David Marcec
2018-09-19
Stubbed ActivateConsoleSixAxisSensor & StartConsoleSixAxisSensor
David Marcec
2018-09-15
Port #4182 from Citra: "Prefix all size_t with std::"
fearlessTobi
2018-09-10
hle/service: Default constructors and destructors in the cpp file where appli...
Lioncash
2018-09-09
hid: Implement ReloadInputDevices
fearlessTobi
2018-08-28
kernel: Eliminate kernel global state
Lioncash
2018-08-23
hid: Move core include to cpp file
Lioncash
2018-08-12
hid: disable clang-format around tables
Lioncash
2018-08-12
hid: Stub DisconnectNpad()
Lioncash
2018-08-08
hid: fix IsSixAxisSensorAtRest() response
mailwl
2018-08-07
services/hid: Add ActivateNpadWithRevision() to the hid function info array
Lioncash
2018-07-30
Add some HID commands (#843)
Hexagon12
2018-07-26
service/hid: Add the hidbus, hid:dbg, hid:sys, and hid:tmp services
Lioncash
2018-07-26
service/hid: Add the xcd:sys service
Lioncash
2018-07-26
service/hid: Add irs services
Lioncash
2018-07-24
core_timing: Split off utility functions into core_timing_util
MerryMage
2018-07-19
hid: Use a ranged-for loops in UpdatePadCallback
Lioncash
2018-07-19
hid: Use HID_NUM_LAYOUTS constant for indicating size of the layouts array
Lioncash
2018-07-18
Fill in more fields in TouchScreenEntryTouch
Zach Hilman
2018-07-18
Single touch support
Zach Hilman
2018-07-15
HID: Update controllers less often
James Rowe
2018-07-10
hid: Fix timestamps and controller type.
bunnei
2018-07-02
Rename logging macro back to LOG_*
James Rowe
2018-06-13
Narrow down filter of layout configs
Zach Hilman
2018-06-13
Move loop condition to free function
Zach Hilman
[next]