summaryrefslogtreecommitdiff
path: root/src/core/hle/service/apt.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* APT: Added stubbed ReceiveParameter and various cleanups.Gravatar bunnei2014-07-041-71/+93
* HLE: Updated all uses of NULL to nullptr (to be C++11 compliant)Gravatar bunnei2014-06-131-74/+74
* svc: added optional name field to Event and Mutex (used for debugging)Gravatar bunnei2014-06-021-3/+3
* hle: cleaned up log messagesGravatar bunnei2014-05-291-4/+4
* apt: added stubbed function for InquireNotificationGravatar bunnei2014-05-281-78/+86
* APT_U: added stubbed function for APT_U::Enable, fixed some log messages to b...Gravatar bunnei2014-05-271-3/+10
* APT_U: added event creation to Initialize methodGravatar bunnei2014-05-271-1/+11
* APT_U: added a debug log on calling GetLockHandleGravatar bunnei2014-05-221-0/+1
* mutex: refactored the interface to code to return a Mutex* handleGravatar bunnei2014-05-201-1/+2
* mutex: initial commit of HLE moduleGravatar bunnei2014-05-201-6/+4
* apt: changed stubbed handle to be something other than 0xDEADBEEF (used as a ...Gravatar bunnei2014-05-191-1/+1
* updated APT_U::GetLockHandle to return a valid handleGravatar bunnei2014-05-161-1/+5
* - removed HLE mem "hack" and replaced with kernel mem regionGravatar bunnei2014-05-071-1/+1
* - refactored how service functions are calledGravatar bunnei2014-04-241-3/+3
* updated service commentsGravatar bunnei2014-04-161-0/+3
* restructured hle:services completely to use function lookup tablesGravatar bunnei2014-04-151-107/+93
* fixed naming for APT_UGravatar bunnei2014-04-151-3/+3
* - extracted srv: calls from service.cpp and put in its own moduleGravatar bunnei2014-04-151-5/+86
* added a stub for GetLockHandleGravatar bunnei2014-04-131-5/+30
* added framework for APT service (application and title launching service)Gravatar bunnei2014-04-131-0/+21