summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/dlp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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.