summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/hid.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2014-10-29Renamed souce files of services to match port namesGareth Poole1-205/+0
2014-10-14hid.cpp: Fixed crash when updating pad data while nullarchshift1-0/+4
2014-09-12Added support for multiple input device types for KeyMap and connected Qt.Kevin Hartman1-77/+83
2014-09-12Initial HID PAD work, with GLFW only.Kevin Hartman1-7/+127
2014-09-12Created structure for PAD.Kevin Hartman1-0/+3
2014-08-13HID: Added new function entries from 3dbrew to FunctionTable.bunnei1-0/+5
2014-08-08HID: Implemented HID_User::GetIPCHandles service function.bunnei1-5/+39
2014-06-13HLE: Updated all uses of NULL to nullptr (to be C++11 compliant)bunnei1-5/+5
2014-04-25- refactored how service functions are calledbunnei1-1/+1
2014-04-17added class stub for HID:User servicebunnei1-0/+33