summaryrefslogtreecommitdiff
path: root/src/core/hle/service/apt.h (follow)
Commit message (Collapse)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
| | | | This was automated using `clang-modernize`.
* Core: Alter the kernel string functions to use std::string instead of const ↵Gravatar Lioncash2014-08-171-1/+1
| | | | | | char*. Most functions already operate on std::strings. This also removes the need to manually null terminate thread names.
* - updated service(s) to be KernelObject'sGravatar bunnei2014-05-181-1/+1
| | | | - various cleanups
* - refactored how service functions are calledGravatar bunnei2014-04-241-4/+0
| | | | - added option to create/delete service handles
* updated service commentsGravatar bunnei2014-04-161-1/+2
|
* - added stubbed out GSP::Gpu service interfaceGravatar bunnei2014-04-161-1/+1
| | | | - various cleanups/refactors to HLE services
* 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 function tables for service calls - lots of refactoring
* 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