| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | hle: Remove a large amount of 3ds-specific service code. | 2017-10-10 | 10 | -1262/+0 | |
| | | |||||
| * | HID: zero unused PadState bits | 2017-08-10 | 1 | -1/+1 | |
| | | |||||
| * | ResultVal: Remove MoveFrom() | 2017-06-18 | 2 | -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.h | 2017-06-06 | 2 | -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.h | 2017-05-24 | 1 | -2/+1 | |
| | | |||||
| * | fixup!ir: implement new 3ds HID via ir:rst | 2017-05-07 | 1 | -31/+32 | |
| | | |||||
| * | ir: implement new 3ds HID via ir:rst | 2017-05-04 | 6 | -15/+185 | |
| | | |||||
| * | ir: implement circle pad pro | 2017-05-03 | 4 | -44/+757 | |
| | | |||||
| * | IR: separate functions of each port to their own files | 2017-02-26 | 6 | -147/+159 | |
| | | |||||
| * | turned clang format back on | 2017-02-13 | 1 | -1/+1 | |
| | | |||||
| * | core: Remove HLE module, consolidate code & various cleanups. | 2016-12-21 | 1 | -1/+2 | |
| | | |||||
| * | Use negative priorities to avoid special-casing the self-include | 2016-09-21 | 3 | -3/+3 | |
| | | |||||
| * | Remove empty newlines in #include blocks. | 2016-09-21 | 1 | -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-format | 2016-09-18 | 3 | -11/+22 | |
| | | |||||
| * | Sources: Run clang-format on everything. | 2016-09-18 | 4 | -61/+52 | |
| | | |||||
| * | Kernel/SharedMemory: Properly implemented shared memory support. | 2016-05-12 | 1 | -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 class | 2016-03-12 | 1 | -2/+2 | |
| | | |||||
| * | Initial implementation ir:user | 2016-02-26 | 3 | -18/+142 | |
| | | |||||
| * | services: Get rid of unnecessary includes | 2016-02-02 | 5 | -9/+3 | |
| | | |||||
| * | Kernel: Capture SharedMemory attributes at creation, not when mapping | 2015-05-10 | 1 | -1/+3 | |
| | | |||||
| * | Services: Initialize all state variables at bootup. | 2015-05-01 | 1 | -2/+4 | |
| | | |||||
| * | IR: Move The IR services to their own folder and implement "GetHandles" | 2015-04-03 | 8 | -0/+240 | |