Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | hle: Remove a large amount of 3ds-specific service code. | bunnei | 2017-10-10 | 8 | -226/+0 |
| | |||||
* | Service/dlp: Update function tables according 3dbrew | mailwl | 2017-08-09 | 3 | -4/+44 |
| | |||||
* | Service: Remove unnecessary includes from service.h | Yuri Kunde Schlesner | 2017-06-06 | 1 | -0/+1 |
| | | | | | This has a huge fallout in terms of needing to fix other files because all service implementations included that file. | ||||
* | core: Add missing #pragma once directives where applicable | Lioncash | 2016-12-15 | 1 | -0/+2 |
| | |||||
* | dlp_srvr: Update function table | Lioncash | 2016-12-08 | 1 | -0/+7 |
| | |||||
* | Use negative priorities to avoid special-casing the self-include | Yuri Kunde Schlesner | 2016-09-21 | 1 | -1/+1 |
| | |||||
* | Manually tweak source formatting and then re-run clang-format | Yuri Kunde Schlesner | 2016-09-19 | 1 | -2/+1 |
| | |||||
* | Sources: Run clang-format on everything. | Emmanuel Gil Peyrot | 2016-09-18 | 4 | -10/+8 |
| | |||||
* | service: Add other DLP services | Lioncash | 2016-06-05 | 8 | -0/+179 |
Specifically, dlp::CLNT and dlp::FKCL Moves them to their own folder like with other services. |