summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/ptm/ptm_sysm.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2015-03-04Services: Moved the PTM and APT services to their own folderSubv1-7/+6
This coincidentally fixes an issue about the PTM service failing to create its SharedExtSaveData archive due to the FS service not being initialized by the time the creating code runs. Ideally I'd like to move each process to its own folder, and have a single file per process that registers the service classes, which would be in their own files inside that folder. Then each service class would just call functions from the process to complete the commands.
2015-01-13Services: Added some missing services.Subv1-4/+4
cfg:s, ptm:sysm, apt:s. apt:s is almost exactly the same as apt:u as per 3dbrew
2014-12-26More services & small clean upspurpasmart961-7/+3
2014-12-21License changepurpasmart961-1/+1
2014-12-16Added stub for cecd:u service...archshift1-3/+3
I couldn't find any information about this service...
2014-12-16Added stub for ldr:ro service...archshift1-3/+3
2014-12-16Added am:app service stub.archshift1-5/+5
Apparently nothing at all is known about this service...
2014-11-21Add more services and some fixes, along with more "override"purpasmart961-9/+3
in the service's headers
2014-10-29Renamed souce files of services to match port namesGareth Poole1-0/+0
2014-10-26Add `override` keyword through the code.Yuri Kunde Schlesner1-1/+1
This was automated using `clang-modernize`.
2014-08-18Core: Alter the kernel string functions to use std::string instead of const char*.Lioncash1-1/+1
Most functions already operate on std::strings. This also removes the need to manually null terminate thread names.
2014-05-30hle: added stubbed service for ndm_ubunnei1-4/+5
2014-05-19- updated service(s) to be KernelObject'sbunnei1-1/+1
- various cleanups
2014-04-28removed DISALLOW_COPY_AND_ASSIGN in favor of NonCopyable classbunnei1-3/+0
2014-04-17updated service commentsbunnei1-1/+2
2014-04-16- added stubbed out GSP::Gpu service interfacebunnei1-13/+8
- various cleanups/refactors to HLE services
2014-04-16restructured hle:services completely to use function lookup tablesbunnei1-0/+39