summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/dlp/dlp.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2016-09-19Manually tweak source formatting and then re-run clang-formatYuri Kunde Schlesner1-2/+1
2016-09-18Sources: Run clang-format on everything.Emmanuel Gil Peyrot1-1/+1
2016-06-05service: Add other DLP servicesLioncash1-0/+24
Specifically, dlp::CLNT and dlp::FKCL Moves them to their own folder like with other services.