fsp: Implement IProgramRegistry

This commit is contained in:
FearlessTobi 2024-02-22 16:34:33 +01:00
parent f9a67ff75d
commit b14f38946c
6 changed files with 92 additions and 47 deletions

View file

@ -634,8 +634,8 @@ add_library(core STATIC
hle/service/filesystem/fsp/fs_i_storage.h
hle/service/filesystem/fsp/fsp_ldr.cpp
hle/service/filesystem/fsp/fsp_ldr.h
hle/service/filesystem/fsp/fsp_pr.cpp
hle/service/filesystem/fsp/fsp_pr.h
hle/service/filesystem/fsp/fs_i_program_registry.cpp
hle/service/filesystem/fsp/fs_i_program_registry.h
hle/service/filesystem/fsp/fsp_srv.cpp
hle/service/filesystem/fsp/fsp_srv.h
hle/service/filesystem/fsp/fsp_types.h