summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/apt.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2014-10-29Renamed souce files of services to match port namesGareth Poole1-199/+0
2014-10-08APT: Added a stub for the "GlanceParameter" function.purpasmart961-1/+31
2014-10-05Added some more names to the function tablepurpasmart961-0/+2
2014-07-04APT: Added stubbed ReceiveParameter and various cleanups.bunnei1-71/+93
2014-06-13HLE: Updated all uses of NULL to nullptr (to be C++11 compliant)bunnei1-74/+74
2014-06-03svc: added optional name field to Event and Mutex (used for debugging)bunnei1-3/+3
2014-05-30hle: cleaned up log messagesbunnei1-4/+4
2014-05-29apt: added stubbed function for InquireNotificationbunnei1-78/+86
2014-05-28APT_U: added stubbed function for APT_U::Enable, fixed some log messages to be more consistentbunnei1-3/+10
2014-05-28APT_U: added event creation to Initialize methodbunnei1-1/+11
2014-05-23APT_U: added a debug log on calling GetLockHandlebunnei1-0/+1
2014-05-21mutex: refactored the interface to code to return a Mutex* handlebunnei1-1/+2
2014-05-21mutex: initial commit of HLE modulebunnei1-6/+4
2014-05-20apt: 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 codebunnei1-1/+1
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