summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/apt.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2014-05-17updated APT_U::GetLockHandle to return a valid handlebunnei1-1/+5
2014-05-08- removed HLE mem "hack" and replaced with kernel mem regionbunnei1-1/+1
2014-04-25- refactored how service functions are calledbunnei1-3/+3
2014-04-17updated service commentsbunnei1-0/+3
2014-04-16restructured hle:services completely to use function lookup tablesbunnei1-107/+93
2014-04-16fixed naming for APT_Ubunnei1-3/+3
2014-04-16- extracted srv: calls from service.cpp and put in its own modulebunnei1-5/+86
2014-04-14added a stub for GetLockHandlebunnei1-5/+30
2014-04-13added framework for APT service (application and title launching service)bunnei1-0/+21