summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/apt.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Renamed souce files of services to match port namesGareth Poole2014-10-291-37/+0
|
* Add `override` keyword through the code.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 char*.Lioncash2014-08-181-1/+1
| | | | Most functions already operate on std::strings. This also removes the need to manually null terminate thread names.
* - updated service(s) to be KernelObject'sbunnei2014-05-191-1/+1
| | | | - various cleanups
* - refactored how service functions are calledbunnei2014-04-251-4/+0
| | | | - added option to create/delete service handles
* updated service commentsbunnei2014-04-171-1/+2
|
* - added stubbed out GSP::Gpu service interfacebunnei2014-04-161-1/+1
| | | | - various cleanups/refactors to HLE services
* removed no longer used function headerbunnei2014-04-161-2/+0
|
* restructured hle:services completely to use function lookup tablesbunnei2014-04-161-28/+2
|
* fixed naming for APT_Ubunnei2014-04-161-5/+5
|
* - extracted srv: calls from service.cpp and put in its own modulebunnei2014-04-161-13/+4
| | | | | - added function tables for service calls - lots of refactoring
* added a stub for GetLockHandlebunnei2014-04-141-1/+7
|
* added framework for APT service (application and title launching service)bunnei2014-04-131-0/+71