summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/dlp/dlp_srvr.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Sources: Run clang-format on everything.Emmanuel Gil Peyrot2016-09-181-5/+5
|
* service: Add other DLP servicesLioncash2016-06-051-0/+34
Specifically, dlp::CLNT and dlp::FKCL Moves them to their own folder like with other services.