summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/hid.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Renamed souce files of services to match port namesGareth Poole2014-10-291-205/+0
* hid.cpp: Fixed crash when updating pad data while nullarchshift2014-10-141-0/+4
* Added support for multiple input device types for KeyMap and connected Qt.Kevin Hartman2014-09-121-77/+83
* Initial HID PAD work, with GLFW only.Kevin Hartman2014-09-121-7/+127
* Created structure for PAD.Kevin Hartman2014-09-121-0/+3
* HID: Added new function entries from 3dbrew to FunctionTable.bunnei2014-08-131-0/+5
* HID: Implemented HID_User::GetIPCHandles service function.bunnei2014-08-081-5/+39
* HLE: Updated all uses of NULL to nullptr (to be C++11 compliant)bunnei2014-06-131-5/+5
* - refactored how service functions are calledbunnei2014-04-251-1/+1
* added class stub for HID:User servicebunnei2014-04-171-0/+33