summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/ptm/ptm_sysm.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2016-12-08service: Add the ptm:s serviceLioncash1-0/+4
2016-12-08service: Add common ptm:u commands to other ptm servicesLioncash1-0/+17
2016-12-08service: Drop '_Interface' in ptm service class namesLioncash1-1/+1
2016-12-08ptm: Update ptm_sysm function tableLioncash1-2/+2
2016-09-21Use negative priorities to avoid special-casing the self-includeYuri Kunde Schlesner1-1/+1
2016-09-19Manually tweak source formatting and then re-run clang-formatYuri Kunde Schlesner1-1/+1
2016-09-18Sources: Run clang-format on everything.Emmanuel Gil Peyrot1-31/+31
2016-04-20Implement CheckNew3DS and CheckNew3DSAppJamePeng1-2/+2
2016-02-02services: Get rid of unnecessary includesLioncash1-1/+0
2015-12-30services: Update some function tablesLioncash1-1/+2
2015-05-12PTM: Changed the way the ptm services are handled to be like thepurpasmart961-44/+31
2015-04-25ptm_sysm: Add static specifier to IsLegacyPowerOffLioncash1-1/+1
2015-03-04Services: Moved the PTM and APT services to their own folderSubv1-10/+6
2015-03-01Services/PTM: Stubbed PTM_Sysm::IsLegacyPowerOff.Subv1-1/+13
2015-02-11Asserts: break/crash program, fit to style guide; log.h->assert.harchshift1-1/+0
2015-02-02Service: Clean-up InterfaceYuri Kunde Schlesner1-1/+1
2015-01-13Services: Added some missing services.Subv1-0/+56