Commit Graph

26 Commits (9821bfcb8e6be2e220ae757d65d47cd478e8bfc8)

Author SHA1 Message Date
purpasmart96 9821bfcb8e Add more services and some fixes, along with more "override"
in the service's headers
11 years ago
Emmanuel Gil Peyrot f5d38649c7 Remove trailing spaces in every file but the ones imported from SkyEye, AOSP or generated 11 years ago
archshift e27f169acb Add missing boss:U service, needed according to Nintendo Zone logs. 11 years ago
archshift 37e582c395 Add FRD:U service and functions 11 years ago
archshift c22923f8c4 Added stub err:f service. 11 years ago
purpasmart96 539b4c883d Added a bunch of services 11 years ago
Gareth Poole 38df9e96dd Renamed souce files of services to match port names 11 years ago
archshift 6e606c515f core: Prune redundant includes 11 years ago
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) 12 years ago
bunnei 2482be13df service: removed PT_A from, as this was just an alias for APT_U 12 years ago
bunnei c404d22036 hle: cleaned up log messages 12 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
12 years ago
bunnei eab6fd01d7 - updated service(s) to be KernelObject's
- various cleanups
12 years ago
bunnei 725d240bf7 renamed "UID" to "Handle" where appropriate 12 years ago
bunnei bb5bc2df25 added class stub for HID:User service 12 years ago
bunnei 32c3462047 - added stubbed out GSP::Gpu service interface
- various cleanups/refactors to HLE services
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
bunnei 524e78ece8 renamed class Interface_SRV to SRV 12 years ago
bunnei 5ea4679630 added some very initial command parsing for SRV Sync 12 years ago
bunnei b24e6f2b60 cleanups to service HLE 12 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
12 years ago