summaryrefslogtreecommitdiff
path: root/src/core/hle/service/hid.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Renamed souce files of services to match port namesGravatar Gareth Poole2014-10-291-120/+0
* Add `override` keyword through the code.Gravatar Yuri Kunde Schlesner2014-10-261-1/+1
* Added support for multiple input device types for KeyMap and connected Qt.Gravatar Kevin Hartman2014-09-121-36/+44
* Initial HID PAD work, with GLFW only.Gravatar Kevin Hartman2014-09-111-17/+70
* Created structure for PAD.Gravatar Kevin Hartman2014-09-111-0/+25
* Core: Alter the kernel string functions to use std::string instead of const c...Gravatar Lioncash2014-08-171-1/+1
* - updated service(s) to be KernelObject'sGravatar bunnei2014-05-181-1/+1
* removed DISALLOW_COPY_AND_ASSIGN in favor of NonCopyable classGravatar bunnei2014-04-271-3/+0
* added class stub for HID:User serviceGravatar bunnei2014-04-161-0/+37