summaryrefslogtreecommitdiff
path: root/src/core/hle/service/ir/ir.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* hle: Remove a large amount of 3ds-specific service code.Gravatar bunnei2017-10-101-35/+0
* ir: implement new 3ds HID via ir:rstGravatar wwylele2017-05-041-0/+5
* IR: separate functions of each port to their own filesGravatar wwylele2017-02-261-90/+4
* core: Remove HLE module, consolidate code & various cleanups.Gravatar bunnei2016-12-211-1/+2
* Use negative priorities to avoid special-casing the self-includeGravatar Yuri Kunde Schlesner2016-09-211-1/+1
* Remove empty newlines in #include blocks.Gravatar Emmanuel Gil Peyrot2016-09-211-2/+1
* Sources: Run clang-format on everything.Gravatar Emmanuel Gil Peyrot2016-09-181-14/+14
* Kernel/SharedMemory: Properly implemented shared memory support.Gravatar Subv2016-05-121-2/+3
* svc: Make ResetType an enum classGravatar Lioncash2016-03-121-2/+2
* Initial implementation ir:userGravatar mailwl2016-02-261-4/+68
* services: Get rid of unnecessary includesGravatar Lioncash2016-02-021-1/+0
* Kernel: Capture SharedMemory attributes at creation, not when mappingGravatar Yuri Kunde Schlesner2015-05-101-1/+3
* Services: Initialize all state variables at bootup.Gravatar bunnei2015-05-011-2/+4
* IR: Move The IR services to their own folder and implement "GetHandles"Gravatar purpasmart962015-04-031-0/+48