summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/hid/hid.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2015-04-03Services: Stubs and minor changespurpasmart961-3/+3
2015-03-17HID: Proper Signal Interrupts for EnableAccelerometer & EnableGyroscopeLow alongpurpasmart961-1/+29
with a stub for GetSoundVolume
2015-03-11HID: Removed unnecessary global variables.bunnei1-10/+0
2015-03-11HID: Added additional variable comments and some code cleanups.bunnei1-18/+23
2015-03-11HID: Complete refactor of pad/touch input to fix threading issues.bunnei1-30/+5
2015-03-10HID: Changed TouchDataEntry `valid` to a BitField and added some doc strings.bunnei1-3/+3
2015-03-10HID: Added static asserts to check register position in shared memory.bunnei1-2/+16
2015-03-10HID: Added functions to emulate the touchpad.bunnei1-0/+13
2015-03-10HID: Moved some docstrings to the header.bunnei1-1/+14
2015-03-10HID: Refactored shared memory decoding for touchpad support.bunnei1-12/+34
2015-03-04Services: Moved the PTM and APT services to their own folderSubv1-0/+17
This coincidentally fixes an issue about the PTM service failing to create its SharedExtSaveData archive due to the FS service not being initialized by the time the creating code runs. Ideally I'd like to move each process to its own folder, and have a single file per process that registers the service classes, which would be in their own files inside that folder. Then each service class would just call functions from the process to complete the commands.
2015-02-22Frontends, HID: Add New 3DS specific pad buttons, and stub the touch one.Emmanuel Gil Peyrot1-0/+19
2015-01-30Kernel: Convert Event to not use HandlesYuri Kunde Schlesner1-5/+6
2015-01-30Kernel: Convert SharedMemory to not use HandlesYuri Kunde Schlesner1-1/+5
2015-01-21Added HID_SPVR service and split HID_U implementation into service/hid/hid.xxxarchshift1-19/+18
2014-12-26More services & small clean upspurpasmart961-8/+0
2014-12-21License changepurpasmart961-1/+1
2014-12-04hid_user: Pass by reference with PadButtonPress/PadButtonReleaseLioncash1-2/+2
2014-11-19Remove trailing spaces in every file but the ones imported from SkyEye, AOSP or generatedEmmanuel Gil Peyrot1-1/+1
2014-10-29Renamed souce files of services to match port namesGareth Poole1-0/+0
2014-10-26Add `override` keyword through the code.Yuri Kunde Schlesner1-1/+1
This was automated using `clang-modernize`.
2014-09-12Added support for multiple input device types for KeyMap and connected Qt.Kevin Hartman1-36/+44
2014-09-12Initial HID PAD work, with GLFW only.Kevin Hartman1-17/+70
2014-09-12Created structure for PAD.Kevin Hartman1-0/+25
2014-08-18Core: Alter the kernel string functions to use std::string instead of const char*.Lioncash1-1/+1
Most functions already operate on std::strings. This also removes the need to manually null terminate thread names.
2014-05-19- updated service(s) to be KernelObject'sbunnei1-1/+1
- various cleanups
2014-04-28removed DISALLOW_COPY_AND_ASSIGN in favor of NonCopyable classbunnei1-3/+0
2014-04-17added class stub for HID:User servicebunnei1-4/+6
2014-04-17updated service commentsbunnei1-1/+2
2014-04-16- added stubbed out GSP::Gpu service interfacebunnei1-13/+8
- various cleanups/refactors to HLE services
2014-04-16restructured hle:services completely to use function lookup tablesbunnei1-0/+39