summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/apt.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Renamed souce files of services to match port namesGareth Poole2014-10-291-199/+0
|
* APT: Added a stub for the "GlanceParameter" function.purpasmart962014-10-081-1/+31
|
* Added some more names to the function tablepurpasmart962014-10-051-0/+2
| | | Added "SetApplicationCpuTimeLimit" and "GetApplicationCpuTimeLimit" to apt.cpp
* APT: Added stubbed ReceiveParameter and various cleanups.bunnei2014-07-041-71/+93
| | | | | | APT: More cleanups. APT: Changed SignalType to be type u32.
* HLE: Updated all uses of NULL to nullptr (to be C++11 compliant)bunnei2014-06-131-74/+74
|
* svc: added optional name field to Event and Mutex (used for debugging)bunnei2014-06-031-3/+3
|
* hle: cleaned up log messagesbunnei2014-05-301-4/+4
|
* apt: added stubbed function for InquireNotificationbunnei2014-05-291-78/+86
|
* APT_U: added stubbed function for APT_U::Enable, fixed some log messages to be more consistentbunnei2014-05-281-3/+10
|
* APT_U: added event creation to Initialize methodbunnei2014-05-281-1/+11
|
* APT_U: added a debug log on calling GetLockHandlebunnei2014-05-231-0/+1
|
* mutex: refactored the interface to code to return a Mutex* handlebunnei2014-05-211-1/+2
|
* mutex: initial commit of HLE modulebunnei2014-05-211-6/+4
|
* apt: 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 codebunnei2014-05-201-1/+1
|
* updated APT_U::GetLockHandle to return a valid handlebunnei2014-05-171-1/+5
|
* - removed HLE mem "hack" and replaced with kernel mem regionbunnei2014-05-081-1/+1
| | | | | - 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)
* - refactored how service functions are calledbunnei2014-04-251-3/+3
| | | | - added option to create/delete service handles
* updated service commentsbunnei2014-04-171-0/+3
|
* restructured hle:services completely to use function lookup tablesbunnei2014-04-161-107/+93
|
* fixed naming for APT_Ubunnei2014-04-161-3/+3
|
* - extracted srv: calls from service.cpp and put in its own modulebunnei2014-04-161-5/+86
| | | | | - added function tables for service calls - lots of refactoring
* added a stub for GetLockHandlebunnei2014-04-141-5/+30
|
* added framework for APT service (application and title launching service)bunnei2014-04-131-0/+21