bunnei
3972d4ca8b
APT_U: added stubbed function for APT_U::Enable, fixed some log messages to be more consistent
12 years ago
bunnei
94b30e8a38
APT_U: added event creation to Initialize method
12 years ago
bunnei
9fddba6843
APT_U: added a debug log on calling GetLockHandle
12 years ago
bunnei
eb537c560a
mutex: refactored the interface to code to return a Mutex* handle
12 years ago
bunnei
978e1d4653
mutex: initial commit of HLE module
12 years ago
bunnei
0886dc70ed
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 code
12 years ago
bunnei
540a693eae
updated APT_U::GetLockHandle to return a valid handle
12 years ago
bunnei
72622a1b5a
- removed HLE mem "hack" and replaced with kernel mem region
- 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)
12 years ago
bunnei
cd0664eb77
- refactored how service functions are called
- added option to create/delete service handles
12 years ago
bunnei
b8851305bd
updated service comments
12 years ago
bunnei
ffabed8c25
restructured hle:services completely to use function lookup tables
12 years ago
bunnei
386dd722e7
fixed naming for APT_U
12 years ago
bunnei
7ec5950bc4
- extracted srv: calls from service.cpp and put in its own module
- added function tables for service calls
- lots of refactoring
12 years ago
bunnei
18766b9e69
added a stub for GetLockHandle
12 years ago
bunnei
9f4d677cdf
added framework for APT service (application and title launching service)
12 years ago