aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle/service/hid.cpp
AgeCommit message (Expand)Author
2014-10-29Renamed souce files of services to match port namesGareth Poole
2014-10-13hid.cpp: Fixed crash when updating pad data while nullarchshift
2014-09-12Added support for multiple input device types for KeyMap and connected Qt.Kevin Hartman
2014-09-11Initial HID PAD work, with GLFW only.Kevin Hartman
2014-09-11Created structure for PAD.Kevin Hartman
2014-08-12HID: Added new function entries from 3dbrew to FunctionTable.bunnei
2014-08-07HID: Implemented HID_User::GetIPCHandles service function.bunnei
2014-06-13HLE: Updated all uses of NULL to nullptr (to be C++11 compliant)bunnei
2014-04-24- refactored how service functions are calledbunnei
2014-04-16added class stub for HID:User servicebunnei