summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/ptm/ptm_gets.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2016-12-08service: Add common ptm:u commands to other ptm servicesLioncash1-0/+18
3dbrew indicates that all services have access to these commands except for ptm:sets.
2016-12-08service: Add ptm::gets and ptm::sets servicesLioncash1-5/+5
2016-09-18Sources: Run clang-format on everything.Emmanuel Gil Peyrot1-2/+1
2016-06-05service: Add other DLP servicesLioncash1-0/+20
Specifically, dlp::CLNT and dlp::FKCL Moves them to their own folder like with other services.