summaryrefslogtreecommitdiff
path: root/src/core/hle/service/ir (follow)
Commit message (Collapse)AuthorAgeFilesLines
* hle: Remove a large amount of 3ds-specific service code.Gravatar bunnei2017-10-1010-1262/+0
|
* HID: zero unused PadState bitsGravatar wwylele2017-08-101-1/+1
|
* ResultVal: Remove MoveFrom()Gravatar Yuri Kunde Schlesner2017-06-182-5/+5
| | | | | Replace it with std::move(result_val).Unwrap(), or Foo().Unwrap() in case you already have an rvalue.
* Service: Remove unnecessary includes from service.hGravatar Yuri Kunde Schlesner2017-06-062-0/+2
| | | | | This has a huge fallout in terms of needing to fix other files because all service implementations included that file.
* Kernel: Centralize error definitions in errors.hGravatar Yuri Kunde Schlesner2017-05-241-2/+1
|
* fixup!ir: implement new 3ds HID via ir:rstGravatar wwylele2017-05-071-31/+32
|
* ir: implement new 3ds HID via ir:rstGravatar wwylele2017-05-046-15/+185
|
* ir: implement circle pad proGravatar wwylele2017-05-034-44/+757
|
* IR: separate functions of each port to their own filesGravatar wwylele2017-02-266-147/+159
|
* turned clang format back onGravatar noah the goodra2017-02-131-1/+1
|
* 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-213-3/+3
|
* Remove empty newlines in #include blocks.Gravatar Emmanuel Gil Peyrot2016-09-211-2/+1
| | | | | | | This makes clang-format useful on those. Also add a bunch of forgotten transitive includes, which otherwise prevented compilation.
* Manually tweak source formatting and then re-run clang-formatGravatar Yuri Kunde Schlesner2016-09-183-11/+22
|
* Sources: Run clang-format on everything.Gravatar Emmanuel Gil Peyrot2016-09-184-61/+52
|
* Kernel/SharedMemory: Properly implemented shared memory support.Gravatar Subv2016-05-121-2/+3
| | | | | | | Applications can request the kernel to allocate a piece of the linear heap for them when creating a shared memory object. Shared memory areas are now properly mapped into the target processes when calling svcMapMemoryBlock. Removed the APT Shared Font hack as it is no longer needed.
* svc: Make ResetType an enum classGravatar Lioncash2016-03-121-2/+2
|
* Initial implementation ir:userGravatar mailwl2016-02-263-18/+142
|
* services: Get rid of unnecessary includesGravatar Lioncash2016-02-025-9/+3
|
* 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-038-0/+240