summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/ir (unfollow)
Commit message (Expand)AuthorFilesLines
2017-10-10hle: Remove a large amount of 3ds-specific service code.bunnei10-1262/+0
2017-08-10HID: zero unused PadState bitswwylele1-1/+1
2017-06-19ResultVal: Remove MoveFrom()Yuri Kunde Schlesner2-5/+5
2017-06-06Service: Remove unnecessary includes from service.hYuri Kunde Schlesner2-0/+2
2017-05-25Kernel: Centralize error definitions in errors.hYuri Kunde Schlesner1-2/+1
2017-05-07fixup!ir: implement new 3ds HID via ir:rstwwylele1-31/+32
2017-05-04ir: implement new 3ds HID via ir:rstwwylele6-15/+185
2017-05-03ir: implement circle pad prowwylele4-44/+757
2017-02-26IR: separate functions of each port to their own fileswwylele6-147/+159
2017-02-14turned clang format back onnoah the goodra1-1/+1
2016-12-22core: Remove HLE module, consolidate code & various cleanups.bunnei1-1/+2
2016-09-21Use negative priorities to avoid special-casing the self-includeYuri Kunde Schlesner3-3/+3
2016-09-21Remove empty newlines in #include blocks.Emmanuel Gil Peyrot1-2/+1
2016-09-19Manually tweak source formatting and then re-run clang-formatYuri Kunde Schlesner3-11/+22
2016-09-18Sources: Run clang-format on everything.Emmanuel Gil Peyrot4-61/+52
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:usermailwl3-18/+142
2016-02-02services: Get rid of unnecessary includesLioncash5-9/+3
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"purpasmart968-0/+240