summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/apt.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* apt: changed stubbed handle to be something other than 0xDEADBEEF (used as a magic value in other places) so that I can track how it propagates through the app codebunnei2014-05-201-1/+1
|
* updated APT_U::GetLockHandle to return a valid handlebunnei2014-05-171-1/+5
|
* - removed HLE mem "hack" and replaced with kernel mem regionbunnei2014-05-081-1/+1
| | | | | - added a helper function for getting command buffer for services - fixed bug where GSP DMA was incorrectly being done in DataSynchronizationBarrier (instead of gsp_TriggerCmdReqQueue)
* - refactored how service functions are calledbunnei2014-04-251-3/+3
| | | | - added option to create/delete service handles
* updated service commentsbunnei2014-04-171-0/+3
|
* restructured hle:services completely to use function lookup tablesbunnei2014-04-161-107/+93
|
* fixed naming for APT_Ubunnei2014-04-161-3/+3
|
* - extracted srv: calls from service.cpp and put in its own modulebunnei2014-04-161-5/+86
| | | | | - added function tables for service calls - lots of refactoring
* added a stub for GetLockHandlebunnei2014-04-141-5/+30
|
* added framework for APT service (application and title launching service)bunnei2014-04-131-0/+21