aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle/service/apt.h
AgeCommit message (Collapse)Author
2014-10-29Renamed souce files of services to match port namesGareth Poole
2014-10-26Add `override` keyword through the code.Yuri Kunde Schlesner
This was automated using `clang-modernize`.
2014-08-17Core: Alter the kernel string functions to use std::string instead of const ↵Lioncash
char*. Most functions already operate on std::strings. This also removes the need to manually null terminate thread names.
2014-05-18- updated service(s) to be KernelObject'sbunnei
- various cleanups
2014-04-24- refactored how service functions are calledbunnei
- added option to create/delete service handles
2014-04-16updated service commentsbunnei
2014-04-16- added stubbed out GSP::Gpu service interfacebunnei
- various cleanups/refactors to HLE services
2014-04-15removed no longer used function headerbunnei
2014-04-15restructured hle:services completely to use function lookup tablesbunnei
2014-04-15fixed naming for APT_Ubunnei
2014-04-15- extracted srv: calls from service.cpp and put in its own modulebunnei
- added function tables for service calls - lots of refactoring
2014-04-13added a stub for GetLockHandlebunnei
2014-04-13added framework for APT service (application and title launching service)bunnei