summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/ir/ir.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2016-09-21Remove empty newlines in #include blocks.Emmanuel Gil Peyrot1-2/+1
2016-09-18Sources: Run clang-format on everything.Emmanuel Gil Peyrot1-14/+14
2016-05-13Kernel/SharedMemory: Properly implemented shared memory support.Subv1-2/+3
2016-03-12svc: Make ResetType an enum classLioncash1-2/+2
2016-02-26Initial implementation ir:usermailwl1-4/+68
2016-02-02services: Get rid of unnecessary includesLioncash1-1/+0
2015-05-11Kernel: Capture SharedMemory attributes at creation, not when mappingYuri Kunde Schlesner1-1/+3
2015-05-02Services: Initialize all state variables at bootup.bunnei1-2/+4
2015-04-04IR: Move The IR services to their own folder and implement "GetHandles"purpasmart961-0/+48