There was an error fetching the commit references. Please try again later.
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.
Showing
- src/core/CMakeLists.txt 16 additions, 12 deletionssrc/core/CMakeLists.txt
- src/core/hle/hle.cpp 0 additions, 9 deletionssrc/core/hle/hle.cpp
- src/core/hle/service/apt/apt.cpp 285 additions, 0 deletionssrc/core/hle/service/apt/apt.cpp
- src/core/hle/service/apt/apt.h 222 additions, 0 deletionssrc/core/hle/service/apt/apt.h
- src/core/hle/service/apt/apt_a.cpp 33 additions, 0 deletionssrc/core/hle/service/apt/apt_a.cpp
- src/core/hle/service/apt/apt_a.h 6 additions, 7 deletionssrc/core/hle/service/apt/apt_a.h
- src/core/hle/service/apt/apt_s.cpp 104 additions, 0 deletionssrc/core/hle/service/apt/apt_s.cpp
- src/core/hle/service/apt/apt_s.h 6 additions, 7 deletionssrc/core/hle/service/apt/apt_s.h
- src/core/hle/service/apt/apt_u.cpp 103 additions, 0 deletionssrc/core/hle/service/apt/apt_u.cpp
- src/core/hle/service/apt/apt_u.h 6 additions, 7 deletionssrc/core/hle/service/apt/apt_u.h
- src/core/hle/service/apt_a.cpp 0 additions, 44 deletionssrc/core/hle/service/apt_a.cpp
- src/core/hle/service/apt_s.cpp 0 additions, 123 deletionssrc/core/hle/service/apt_s.cpp
- src/core/hle/service/cfg/cfg.cpp 10 additions, 2 deletionssrc/core/hle/service/cfg/cfg.cpp
- src/core/hle/service/cfg/cfg_i.cpp 5 additions, 9 deletionssrc/core/hle/service/cfg/cfg_i.cpp
- src/core/hle/service/cfg/cfg_i.h 6 additions, 7 deletionssrc/core/hle/service/cfg/cfg_i.h
- src/core/hle/service/cfg/cfg_s.cpp 5 additions, 9 deletionssrc/core/hle/service/cfg/cfg_s.cpp
- src/core/hle/service/cfg/cfg_s.h 6 additions, 7 deletionssrc/core/hle/service/cfg/cfg_s.h
- src/core/hle/service/cfg/cfg_u.cpp 5 additions, 9 deletionssrc/core/hle/service/cfg/cfg_u.cpp
- src/core/hle/service/cfg/cfg_u.h 6 additions, 7 deletionssrc/core/hle/service/cfg/cfg_u.h
- src/core/hle/service/fs/archive.cpp 4 additions, 0 deletionssrc/core/hle/service/fs/archive.cpp
Loading
Please register or sign in to comment