service/filesystem: Add fsp:ldr and fsp:pr services

Adds the basic skeleton for the remaining fsp services based off
information provided by Switch Brew.
This commit is contained in:
Lioncash 2018-08-01 16:55:07 -04:00
parent 99a1d7440d
commit 208a457909
6 changed files with 89 additions and 0 deletions

View file

@ -172,6 +172,10 @@ add_library(core STATIC
hle/service/fatal/fatal_u.h
hle/service/filesystem/filesystem.cpp
hle/service/filesystem/filesystem.h
hle/service/filesystem/fsp_ldr.cpp
hle/service/filesystem/fsp_ldr.h
hle/service/filesystem/fsp_pr.cpp
hle/service/filesystem/fsp_pr.h
hle/service/filesystem/fsp_srv.cpp
hle/service/filesystem/fsp_srv.h
hle/service/fgm/fgm.cpp