summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/dlp/dlp.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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-181-1/+1
|
* service: Add other DLP servicesLioncash2016-06-051-0/+24
Specifically, dlp::CLNT and dlp::FKCL Moves them to their own folder like with other services.