Commit Graph

51 Commits (cb3d25451703771eaad5aab299738ee15fe3189c)

Author SHA1 Message Date
Subv cb3d254517 Services: Fixed "Tried to connect to named port err:f".
err:f is a named port, not a service
10 years ago
Yuri Kunde Schlesner 8779b31fe6 Make Port/Service registration and querying more HW-accurate 10 years ago
Subv c2e9990149 Services: Stubbed more services.
Implemented FSUser::CreateExtSaveData
10 years ago
bunnei 92550013cf Merge pull request #493 from archshift/ptmplay
Stubbed some services
10 years ago
archshift 1f109c6b49 Added HID_SPVR service and split HID_U implementation into service/hid/hid.xxx 10 years ago
archshift a68dda6328 Stubbed cam:u service 10 years ago
archshift 7516ceaf93 Stubbed ptm:play service 10 years ago
Subv cf071cd897 Services: Added some missing services.
cfg:s, ptm:sysm, apt:s.
apt:s is almost exactly the same as apt:u as per 3dbrew
10 years ago
Yuri Kunde Schlesner 8ad41775cc Kernel: Start using boost::intrusive_ptr for lifetime management 10 years ago
Yuri Kunde Schlesner a6ad68190f Fix double-free in Service manager during shutdown
Fixes #423.
10 years ago
archshift 48130b1eaa Stub the y2r:u service 10 years ago
Yuri Kunde Schlesner 7e2903cb74 Kernel: New handle manager
This handle manager more closely mirrors the behaviour of the CTR-OS
one. In addition object ref-counts and support for DuplicateHandle have
been added.

Note that support for DuplicateHandle is still experimental, since parts
of the kernel still use Handles internally, which will likely cause
troubles if two different handles to the same object are used to e.g.
wait on a synchronization primitive.
10 years ago
Yuri Kunde Schlesner 73fba22c01 Rename ObjectPool to HandleTable 10 years ago
purpasmart96 9796bc1fa2 More services & small clean ups 10 years ago
Subv 6115f013a9 CFG: Create a new subfolder cfg inside service to handle cfg
Moved most of the shared CFG code there, implemented a few CFG:I functions
10 years ago
purpasmart96 ebfd831ccb License change 10 years ago
bunnei cd2a31eaf4 Merge pull request #283 from yuriks/archive-refactor
Archive refactor
10 years ago
Yuri Kunde Schlesner ca67bb7945 HLE: Rename namespaces to match move & fix initialization order 10 years ago
Yuri Kunde Schlesner c72ccfa6db HLE: Move kernel/archive.* to service/fs/ 10 years ago
archshift 89eef9eb6d Added stub for nim:aoc service... 10 years ago
archshift 1356a6b313 Added stub for cecd:u service...
I couldn't find any information about this service...
10 years ago
archshift 6117fad036 Added stub for ldr:ro service... 10 years ago
archshift 6b51683bb1 Added am:app service stub.
Apparently nothing at all is known about this service...
10 years ago
Yuri Kunde Schlesner 0600e2d8b5 Convert old logging calls to new logging macros 10 years ago
Yuri Kunde Schlesner c2588403c0 HLE: Revamp error handling throrough the HLE code
All service calls in the CTR OS return result codes indicating the
success or failure of the call. Previous to this commit, Citra's HLE
emulation of services and the kernel universally either ignored errors
or returned dummy -1 error codes.

This commit makes an initial effort to provide an infrastructure for
error reporting and propagation which can be use going forward to make
HLE calls accurately return errors as the original system. A few parts
of the code have been updated to use the new system where applicable.

One part of this effort is the definition of the `ResultCode` type,
which provides facilities for constructing and parsing error codes in
the structured format used by the CTR.

The `ResultVal` type builds on `ResultCode` by providing a container for
values returned by function that can report errors. It enforces that
correct error checking will be done on function returns by preventing
the use of the return value if the function returned an error code.

Currently this change is mostly internal since errors are still
suppressed on the ARM<->HLE border, as a temporary compatibility hack.
As functionality is implemented and tested this hack can be eventually
removed.
11 years ago
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) 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