| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Renamed souce files of services to match port names | 2014-10-29 | 1 | -37/+0 | |
| | | |||||
| * | Add `override` keyword through the code. | 2014-10-26 | 1 | -1/+1 | |
| | | | | | This was automated using `clang-modernize`. | ||||
| * | Core: Alter the kernel string functions to use std::string instead of const ↵ | 2014-08-17 | 1 | -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's | 2014-05-18 | 1 | -1/+1 | |
| | | | | | - various cleanups | ||||
| * | - refactored how service functions are called | 2014-04-24 | 1 | -4/+0 | |
| | | | | | - added option to create/delete service handles | ||||
| * | updated service comments | 2014-04-16 | 1 | -1/+2 | |
| | | |||||
| * | - added stubbed out GSP::Gpu service interface | 2014-04-16 | 1 | -1/+1 | |
| | | | | | - various cleanups/refactors to HLE services | ||||
| * | removed no longer used function header | 2014-04-15 | 1 | -2/+0 | |
| | | |||||
| * | restructured hle:services completely to use function lookup tables | 2014-04-15 | 1 | -28/+2 | |
| | | |||||
| * | fixed naming for APT_U | 2014-04-15 | 1 | -5/+5 | |
| | | |||||
| * | - extracted srv: calls from service.cpp and put in its own module | 2014-04-15 | 1 | -13/+4 | |
| | | | | | | - added function tables for service calls - lots of refactoring | ||||
| * | added a stub for GetLockHandle | 2014-04-13 | 1 | -1/+7 | |
| | | |||||
| * | added framework for APT service (application and title launching service) | 2014-04-13 | 1 | -0/+71 | |