Commit Graph

18 Commits (d30747efea01b61dba44abe50f2b7a9d8f9da3a5)

Author SHA1 Message Date
Lioncash d30747efea core: Pass string by reference in FetchFromPortName and DeleteService 11 years ago
bunnei 48e39fc992 FS: Added stubbed code to intercept and decode file system service functions.
FS: Added to CMakeLists.txt
11 years ago
bunnei c95972275e HLE: Updated all uses of NULL to nullptr (to be C++11 compliant) 11 years ago
bunnei 2482be13df service: removed PT_A from, as this was just an alias for APT_U 11 years ago
bunnei c404d22036 hle: cleaned up log messages 11 years ago
bunnei 44336329ed - created a Kernel namespace
- cleaned up Kernel code a bit (moved stuff into namespace, fixed whitespace issues)
- added handle types for all different CTROS handles
11 years ago
bunnei eab6fd01d7 - updated service(s) to be KernelObject's
- various cleanups
11 years ago
bunnei 725d240bf7 renamed "UID" to "Handle" where appropriate 11 years ago
bunnei bb5bc2df25 added class stub for HID:User service 11 years ago
bunnei 32c3462047 - added stubbed out GSP::Gpu service interface
- various cleanups/refactors to HLE services
11 years ago
bunnei 386dd722e7 fixed naming for APT_U 11 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
11 years ago
bunnei 18766b9e69 added a stub for GetLockHandle 11 years ago
bunnei 9f4d677cdf added framework for APT service (application and title launching service) 11 years ago
bunnei 524e78ece8 renamed class Interface_SRV to SRV 11 years ago
bunnei 5ea4679630 added some very initial command parsing for SRV Sync 11 years ago
bunnei b24e6f2b60 cleanups to service HLE 11 years ago
bunnei 68e198476f - added HLE to connect to "srv:" service
- added a manager for keeping track of services/ports
- added a memory mapped region for memory accessed by HLE
- added HLE for GetThreadCommandBuffer function
11 years ago