aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle/service/hid/hid.cpp
AgeCommit message (Expand)Author
2015-03-03Services: Moved the PTM and APT services to their own folderSubv
2015-02-02Kernel: Stop creating useless Handles during object creationYuri Kunde Schlesner
2015-02-02HID: Fix crash when pressing a key when the emulator is stoppedYuri Kunde Schlesner
2015-01-30Kernel: Convert Event to not use HandlesYuri Kunde Schlesner
2015-01-30Kernel: Convert SharedMemory to not use HandlesYuri Kunde Schlesner
2015-01-21Added HID_SPVR service and split HID_U implementation into service/hid/hid.xxxarchshift