This repository has been archived on 2025-12-14. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
github.ong19th.Citron/src/core/hle/service/cfg
Subv 83a8975cb8 Services: Moved the PTM and APT services to their own folder
This coincidentally fixes an issue about the PTM service failing to create its SharedExtSaveData archive due to the FS service not being initialized by the time the creating code runs.

Ideally I'd like to move each process to its own folder, and have a single file per process that registers the service classes, which would be in their own files inside that folder. Then each service class would just call functions from the process to complete the commands.
2015-03-03 21:48:08 -05:00
..
cfg.cpp Services: Moved the PTM and APT services to their own folder 2015-03-03 21:48:08 -05:00
cfg.h core: Fix a few docstrings 2015-01-20 13:52:44 -05:00
cfg_i.cpp Services: Moved the PTM and APT services to their own folder 2015-03-03 21:48:08 -05:00
cfg_i.h Services: Moved the PTM and APT services to their own folder 2015-03-03 21:48:08 -05:00
cfg_s.cpp Services: Moved the PTM and APT services to their own folder 2015-03-03 21:48:08 -05:00
cfg_s.h Services: Moved the PTM and APT services to their own folder 2015-03-03 21:48:08 -05:00
cfg_u.cpp Services: Moved the PTM and APT services to their own folder 2015-03-03 21:48:08 -05:00
cfg_u.h Services: Moved the PTM and APT services to their own folder 2015-03-03 21:48:08 -05:00