summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/hid.h (unfollow)
Commit message (Expand)AuthorFilesLines
2014-10-29Renamed souce files of services to match port namesGareth Poole1-120/+0
2014-10-26Add `override` keyword through the code.Yuri Kunde Schlesner1-1/+1
2014-09-12Added support for multiple input device types for KeyMap and connected Qt.Kevin Hartman1-36/+44
2014-09-12Initial HID PAD work, with GLFW only.Kevin Hartman1-17/+70
2014-09-12Created structure for PAD.Kevin Hartman1-0/+25
2014-08-18Core: Alter the kernel string functions to use std::string instead of const char*.Lioncash1-1/+1
2014-05-19- updated service(s) to be KernelObject'sbunnei1-1/+1
2014-04-28removed DISALLOW_COPY_AND_ASSIGN in favor of NonCopyable classbunnei1-3/+0
2014-04-17added class stub for HID:User servicebunnei1-4/+6
2014-04-17updated service commentsbunnei1-1/+2
2014-04-16- added stubbed out GSP::Gpu service interfacebunnei1-13/+8
2014-04-16restructured hle:services completely to use function lookup tablesbunnei1-0/+39