summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/apt.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - 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