19 Commits (004df767953a949817da89bddcd5d1379240f769)

Author SHA1 Message Date
bunnei c95972275e HLE: Updated all uses of NULL to nullptr (to be C++11 compliant) 12 years ago
bunnei b78aff8585 svc: added optional name field to Event and Mutex (used for debugging) 12 years ago
bunnei c404d22036 hle: cleaned up log messages 12 years ago
bunnei 4b4a6de1d8 apt: added stubbed function for InquireNotification 12 years ago
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 12 years ago
bunnei cd0664eb77 - refactored how service functions are called 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 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