summaryrefslogtreecommitdiff
path: root/src/core/hle/service/apt.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Renamed souce files of services to match port namesGravatar Gareth Poole2014-10-291-37/+0
* Add `override` keyword through the code.Gravatar Yuri Kunde Schlesner2014-10-261-1/+1
* Core: Alter the kernel string functions to use std::string instead of const c...Gravatar Lioncash2014-08-171-1/+1
* - updated service(s) to be KernelObject'sGravatar bunnei2014-05-181-1/+1
* - refactored how service functions are calledGravatar bunnei2014-04-241-4/+0
* updated service commentsGravatar bunnei2014-04-161-1/+2
* - added stubbed out GSP::Gpu service interfaceGravatar bunnei2014-04-161-1/+1
* removed no longer used function headerGravatar bunnei2014-04-151-2/+0
* restructured hle:services completely to use function lookup tablesGravatar bunnei2014-04-151-28/+2
* fixed naming for APT_UGravatar bunnei2014-04-151-5/+5
* - extracted srv: calls from service.cpp and put in its own moduleGravatar bunnei2014-04-151-13/+4
* added a stub for GetLockHandleGravatar bunnei2014-04-131-1/+7
* added framework for APT service (application and title launching service)Gravatar bunnei2014-04-131-0/+71