aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle/service/apt.cpp
AgeCommit message (Expand)Author
2014-10-29Renamed souce files of services to match port namesGareth Poole
2014-10-07APT: Added a stub for the "GlanceParameter" function.purpasmart96
2014-10-04Added some more names to the function tablepurpasmart96
2014-07-04APT: Added stubbed ReceiveParameter and various cleanups.bunnei
2014-06-13HLE: Updated all uses of NULL to nullptr (to be C++11 compliant)bunnei
2014-06-02svc: added optional name field to Event and Mutex (used for debugging)bunnei
2014-05-29hle: cleaned up log messagesbunnei
2014-05-28apt: added stubbed function for InquireNotificationbunnei
2014-05-27APT_U: added stubbed function for APT_U::Enable, fixed some log messages to b...bunnei
2014-05-27APT_U: added event creation to Initialize methodbunnei
2014-05-22APT_U: added a debug log on calling GetLockHandlebunnei
2014-05-20mutex: refactored the interface to code to return a Mutex* handlebunnei
2014-05-20mutex: initial commit of HLE modulebunnei
2014-05-19apt: changed stubbed handle to be something other than 0xDEADBEEF (used as a ...bunnei
2014-05-16updated APT_U::GetLockHandle to return a valid handlebunnei
2014-05-07- removed HLE mem "hack" and replaced with kernel mem regionbunnei
2014-04-24- refactored how service functions are calledbunnei
2014-04-16updated service commentsbunnei
2014-04-15restructured hle:services completely to use function lookup tablesbunnei
2014-04-15fixed naming for APT_Ubunnei
2014-04-15- extracted srv: calls from service.cpp and put in its own modulebunnei
2014-04-13added a stub for GetLockHandlebunnei
2014-04-13added framework for APT service (application and title launching service)bunnei