summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/ir/ir.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove empty newlines in #include blocks.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.
* Sources: Run clang-format on everything.Emmanuel Gil Peyrot2016-09-181-14/+14
|
* Kernel/SharedMemory: Properly implemented shared memory support.Subv2016-05-131-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 classLioncash2016-03-121-2/+2
|
* Initial implementation ir:usermailwl2016-02-261-4/+68
|
* services: Get rid of unnecessary includesLioncash2016-02-021-1/+0
|
* Kernel: Capture SharedMemory attributes at creation, not when mappingYuri Kunde Schlesner2015-05-111-1/+3
|
* Services: Initialize all state variables at bootup.bunnei2015-05-021-2/+4
|
* IR: Move The IR services to their own folder and implement "GetHandles"purpasmart962015-04-041-0/+48