summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/hid_user.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2015-01-24Services/HID: Removed some files due to a rebase errorSubv1-197/+0
2015-01-24Services: Stubbed more services.Subv1-0/+197
2015-01-21Added HID_SPVR service and split HID_U implementation into service/hid/hid.xxxarchshift1-197/+0
2015-01-10Logging: Log all called service functions (under trace). Compile out all trace logs under release for performance.archshift1-2/+0
2015-01-09Move ThreadContext to core/core.h and deal with the falloutYuri Kunde Schlesner1-0/+1
2014-12-26More services & small clean upspurpasmart961-4/+0
2014-12-21License changepurpasmart961-1/+1
2014-12-15Remove SyncRequest from K::Object and create a new K::Session typeYuri Kunde Schlesner1-1/+1
2014-12-13Convert old logging calls to new logging macrosYuri Kunde Schlesner1-1/+1
2014-12-04hid_user: Pass by reference with PadButtonPress/PadButtonReleaseLioncash1-2/+2
2014-11-24HLE: Revamp error handling throrough the HLE codeYuri Kunde Schlesner1-4/+1
2014-11-18core: Mark some hle functions as staticLioncash1-2/+2
2014-10-29Renamed souce files of services to match port namesGareth Poole1-1/+1
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