summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/dlp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* hle: Remove a large amount of 3ds-specific service code.bunnei2017-10-108-226/+0
|
* Service/dlp: Update function tables according 3dbrewmailwl2017-08-093-4/+44
|
* Service: Remove unnecessary includes from service.hYuri Kunde Schlesner2017-06-061-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 applicableLioncash2016-12-151-0/+2
|
* dlp_srvr: Update function tableLioncash2016-12-081-0/+7
|
* Use negative priorities to avoid special-casing the self-includeYuri Kunde Schlesner2016-09-211-1/+1
|
* Manually tweak source formatting and then re-run clang-formatYuri Kunde Schlesner2016-09-191-2/+1
|
* Sources: Run clang-format on everything.Emmanuel Gil Peyrot2016-09-184-10/+8
|
* service: Add other DLP servicesLioncash2016-06-058-0/+179
Specifically, dlp::CLNT and dlp::FKCL Moves them to their own folder like with other services.