summaryrefslogtreecommitdiff
path: root/src/core/hle/service/hid.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Renamed souce files of services to match port namesGravatar Gareth Poole2014-10-291-205/+0
|
* hid.cpp: Fixed crash when updating pad data while nullGravatar archshift2014-10-131-0/+4
| | | | Fixes #137
* Added support for multiple input device types for KeyMap and connected Qt.Gravatar Kevin Hartman2014-09-121-77/+83
|
* Initial HID PAD work, with GLFW only.Gravatar Kevin Hartman2014-09-111-7/+127
|
* Created structure for PAD.Gravatar Kevin Hartman2014-09-111-0/+3
|
* HID: Added new function entries from 3dbrew to FunctionTable.Gravatar bunnei2014-08-121-0/+5
| | | | HID: Fix typo with DisableGyroscopeLow command.
* HID: Implemented HID_User::GetIPCHandles service function.Gravatar bunnei2014-08-071-5/+39
|
* HLE: Updated all uses of NULL to nullptr (to be C++11 compliant)Gravatar bunnei2014-06-131-5/+5
|
* - refactored how service functions are calledGravatar bunnei2014-04-241-1/+1
| | | | - added option to create/delete service handles
* added class stub for HID:User serviceGravatar bunnei2014-04-161-0/+33