Merge pull request #889 from lioncash/fsp
service/filesystem: Add fsp:ldr and fsp:pr services
This commit is contained in:
commit
16b2fd9fc8
6 changed files with 89 additions and 0 deletions
|
@ -174,6 +174,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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue