summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/hid.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Added support for multiple input device types for KeyMap and connected Qt.Kevin Hartman2014-09-121-36/+44
* Initial HID PAD work, with GLFW only.Kevin Hartman2014-09-121-17/+70
* Created structure for PAD.Kevin Hartman2014-09-121-0/+25
* Core: Alter the kernel string functions to use std::string instead of const char*.Lioncash2014-08-181-1/+1
* - updated service(s) to be KernelObject'sbunnei2014-05-191-1/+1
* removed DISALLOW_COPY_AND_ASSIGN in favor of NonCopyable classbunnei2014-04-281-3/+0
* added class stub for HID:User servicebunnei2014-04-171-0/+37