yuzu/src/core/hle/service
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
..
apt Services: Moved the PTM and APT services to their own folder 2015-03-03 21:48:08 -05:00
cfg Services: Moved the PTM and APT services to their own folder 2015-03-03 21:48:08 -05:00
fs Services: Moved the PTM and APT services to their own folder 2015-03-03 21:48:08 -05:00
hid Services: Moved the PTM and APT services to their own folder 2015-03-03 21:48:08 -05:00
ptm Services: Moved the PTM and APT services to their own folder 2015-03-03 21:48:08 -05:00
ac_u.cpp core: Apply static to local functions 2015-02-13 10:48:32 -05:00
ac_u.h More services & small clean ups 2014-12-25 19:08:33 -08:00
act_u.cpp Asserts: break/crash program, fit to style guide; log.h->assert.h 2015-02-10 18:30:31 -08:00
act_u.h More services & small clean ups 2014-12-25 19:08:33 -08:00
am_app.cpp Asserts: break/crash program, fit to style guide; log.h->assert.h 2015-02-10 18:30:31 -08:00
am_app.h More services & small clean ups 2014-12-25 19:08:33 -08:00
am_net.cpp Asserts: break/crash program, fit to style guide; log.h->assert.h 2015-02-10 18:30:31 -08:00
am_net.h More services & small clean ups 2014-12-25 19:08:33 -08:00
am_sys.cpp Services/AM: Stubbed TitleIDListGetTotal and GetTitleIDList. 2015-03-02 08:12:04 -05:00
am_sys.h Services: Stubbed more services. 2015-01-24 15:44:40 -05:00
boss_p.cpp Asserts: break/crash program, fit to style guide; log.h->assert.h 2015-02-10 18:30:31 -08:00
boss_p.h Services: Stubbed more services. 2015-01-24 15:44:40 -05:00
boss_u.cpp Asserts: break/crash program, fit to style guide; log.h->assert.h 2015-02-10 18:30:31 -08:00
boss_u.h More services & small clean ups 2014-12-25 19:08:33 -08:00
cam_u.cpp Asserts: break/crash program, fit to style guide; log.h->assert.h 2015-02-10 18:30:31 -08:00
cam_u.h cam_u.h: fix indentation 2015-01-22 12:51:53 -08:00
cecd_s.cpp Asserts: break/crash program, fit to style guide; log.h->assert.h 2015-02-10 18:30:31 -08:00
cecd_s.h Services: Stubbed more services. 2015-01-24 15:44:40 -05:00
cecd_u.cpp Asserts: break/crash program, fit to style guide; log.h->assert.h 2015-02-10 18:30:31 -08:00
cecd_u.h More services & small clean ups 2014-12-25 19:08:33 -08:00
csnd_snd.cpp Asserts: break/crash program, fit to style guide; log.h->assert.h 2015-02-10 18:30:31 -08:00
csnd_snd.h More services & small clean ups 2014-12-25 19:08:33 -08:00
dsp_dsp.cpp core: Apply static to local functions 2015-02-13 10:48:32 -05:00
dsp_dsp.h DSP: Signal (faked) interrupt on every frame. 2015-01-05 00:25:37 -05:00
err_f.cpp Added information reporting from ThrowFatalError 2015-02-22 12:19:30 -08:00
err_f.h More services & small clean ups 2014-12-25 19:08:33 -08:00
frd_a.cpp Asserts: break/crash program, fit to style guide; log.h->assert.h 2015-02-10 18:30:31 -08:00
frd_a.h Services: Stubbed more services. 2015-01-24 15:44:40 -05:00
frd_u.cpp Asserts: break/crash program, fit to style guide; log.h->assert.h 2015-02-10 18:30:31 -08:00
frd_u.h More services & small clean ups 2014-12-25 19:08:33 -08:00
gsp_gpu.cpp GPU: Properly implement memory fills. 2015-02-18 14:02:58 +01:00
gsp_gpu.h GPU: Properly implement memory fills. 2015-02-18 14:02:58 +01:00
gsp_lcd.cpp Asserts: break/crash program, fit to style guide; log.h->assert.h 2015-02-10 18:30:31 -08:00
gsp_lcd.h Services: Stubbed more services. 2015-01-24 15:44:40 -05:00
http_c.cpp Asserts: break/crash program, fit to style guide; log.h->assert.h 2015-02-10 18:30:31 -08:00
http_c.h More services & small clean ups 2014-12-25 19:08:33 -08:00
ir_rst.cpp Asserts: break/crash program, fit to style guide; log.h->assert.h 2015-02-10 18:30:31 -08:00
ir_rst.h More services & small clean ups 2014-12-25 19:08:33 -08:00
ir_u.cpp Asserts: break/crash program, fit to style guide; log.h->assert.h 2015-02-10 18:30:31 -08:00
ir_u.h More services & small clean ups 2014-12-25 19:08:33 -08:00
ldr_ro.cpp Asserts: break/crash program, fit to style guide; log.h->assert.h 2015-02-10 18:30:31 -08:00
ldr_ro.h More services & small clean ups 2014-12-25 19:08:33 -08:00
mic_u.cpp Asserts: break/crash program, fit to style guide; log.h->assert.h 2015-02-10 18:30:31 -08:00
mic_u.h More services & small clean ups 2014-12-25 19:08:33 -08:00
ndm_u.cpp Service: Clean-up Interface 2015-02-02 15:36:59 -02:00
ndm_u.h More services & small clean ups 2014-12-25 19:08:33 -08:00
news_s.cpp Asserts: break/crash program, fit to style guide; log.h->assert.h 2015-02-10 18:30:31 -08:00
news_s.h Services: Stubbed more services. 2015-01-24 15:44:40 -05:00
news_u.cpp Asserts: break/crash program, fit to style guide; log.h->assert.h 2015-02-10 18:30:31 -08:00
news_u.h More services & small clean ups 2014-12-25 19:08:33 -08:00
nim_aoc.cpp Asserts: break/crash program, fit to style guide; log.h->assert.h 2015-02-10 18:30:31 -08:00
nim_aoc.h More services & small clean ups 2014-12-25 19:08:33 -08:00
ns_s.cpp Service: Clean-up Interface 2015-02-02 15:36:59 -02:00
ns_s.h Services: Stubbed more services. 2015-01-24 15:44:40 -05:00
nwm_uds.cpp Asserts: break/crash program, fit to style guide; log.h->assert.h 2015-02-10 18:30:31 -08:00
nwm_uds.h More services & small clean ups 2014-12-25 19:08:33 -08:00
pm_app.cpp Asserts: break/crash program, fit to style guide; log.h->assert.h 2015-02-10 18:30:31 -08:00
pm_app.h More services & small clean ups 2014-12-25 19:08:33 -08:00
service.cpp Services: Moved the PTM and APT services to their own folder 2015-03-03 21:48:08 -05:00
service.h Services: Moved the PTM and APT services to their own folder 2015-03-03 21:48:08 -05:00
soc_u.cpp Asserts: break/crash program, fit to style guide; log.h->assert.h 2015-02-10 18:30:31 -08:00
soc_u.h SOC_U: Preliminary implementation of sockets. 2014-12-31 10:51:44 -05:00
srv.cpp Kernel: Stop creating useless Handles during object creation 2015-02-02 15:37:09 -02:00
srv.h More services & small clean ups 2014-12-25 19:08:33 -08:00
ssl_c.cpp Asserts: break/crash program, fit to style guide; log.h->assert.h 2015-02-10 18:30:31 -08:00
ssl_c.h More services & small clean ups 2014-12-25 19:08:33 -08:00
y2r_u.cpp Services: Implemented Y2R_U::GetTransferEndEvent 2015-02-24 08:28:36 -05:00
y2r_u.h Stub the y2r:u service 2015-01-03 16:42:39 -03:00