aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle/service/apt.cpp
AgeCommit message (Collapse)Author
2014-10-07APT: Added a stub for the "GlanceParameter" function.purpasmart96
2014-10-04Added some more names to the function tablepurpasmart96
Added "SetApplicationCpuTimeLimit" and "GetApplicationCpuTimeLimit" to apt.cpp
2014-07-04APT: Added stubbed ReceiveParameter and various cleanups.bunnei
APT: More cleanups. APT: Changed SignalType to be type u32.
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 ↵bunnei
be more consistent
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
magic value in other places) so that I can track how it propagates through the app code
2014-05-16updated APT_U::GetLockHandle to return a valid handlebunnei
2014-05-07- removed HLE mem "hack" and replaced with kernel mem regionbunnei
- added a helper function for getting command buffer for services - fixed bug where GSP DMA was incorrectly being done in DataSynchronizationBarrier (instead of gsp_TriggerCmdReqQueue)
2014-04-24- refactored how service functions are calledbunnei
- added option to create/delete service handles
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
- added function tables for service calls - lots of refactoring
2014-04-13added a stub for GetLockHandlebunnei
2014-04-13added framework for APT service (application and title launching service)bunnei