aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/hle/service/apt.cpp
Commit message (Expand)AuthorAge
* APT: Added stubbed ReceiveParameter and various cleanups.Gravatar bunnei2014-07-04
* HLE: Updated all uses of NULL to nullptr (to be C++11 compliant)Gravatar bunnei2014-06-13
* svc: added optional name field to Event and Mutex (used for debugging)Gravatar bunnei2014-06-02
* hle: cleaned up log messagesGravatar bunnei2014-05-29
* apt: added stubbed function for InquireNotificationGravatar bunnei2014-05-28
* APT_U: added stubbed function for APT_U::Enable, fixed some log messages to b...Gravatar bunnei2014-05-27
* APT_U: added event creation to Initialize methodGravatar bunnei2014-05-27
* APT_U: added a debug log on calling GetLockHandleGravatar bunnei2014-05-22
* mutex: refactored the interface to code to return a Mutex* handleGravatar bunnei2014-05-20
* mutex: initial commit of HLE moduleGravatar bunnei2014-05-20
* apt: changed stubbed handle to be something other than 0xDEADBEEF (used as a ...Gravatar bunnei2014-05-19
* updated APT_U::GetLockHandle to return a valid handleGravatar bunnei2014-05-16
* - removed HLE mem "hack" and replaced with kernel mem regionGravatar bunnei2014-05-07
* - refactored how service functions are calledGravatar bunnei2014-04-24
* updated service commentsGravatar bunnei2014-04-16
* restructured hle:services completely to use function lookup tablesGravatar bunnei2014-04-15
* fixed naming for APT_UGravatar bunnei2014-04-15
* - extracted srv: calls from service.cpp and put in its own moduleGravatar bunnei2014-04-15
* added a stub for GetLockHandleGravatar bunnei2014-04-13
* added framework for APT service (application and title launching service)Gravatar bunnei2014-04-13