There was an error fetching the commit references. Please try again later.
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.
Showing
- src/core/CMakeLists.txt 4 additions, 0 deletionssrc/core/CMakeLists.txt
- src/core/hle/service/filesystem/filesystem.cpp 4 additions, 0 deletionssrc/core/hle/service/filesystem/filesystem.cpp
- src/core/hle/service/filesystem/fsp_ldr.cpp 24 additions, 0 deletionssrc/core/hle/service/filesystem/fsp_ldr.cpp
- src/core/hle/service/filesystem/fsp_ldr.h 16 additions, 0 deletionssrc/core/hle/service/filesystem/fsp_ldr.h
- src/core/hle/service/filesystem/fsp_pr.cpp 25 additions, 0 deletionssrc/core/hle/service/filesystem/fsp_pr.cpp
- src/core/hle/service/filesystem/fsp_pr.h 16 additions, 0 deletionssrc/core/hle/service/filesystem/fsp_pr.h
src/core/hle/service/filesystem/fsp_ldr.cpp
0 → 100644
src/core/hle/service/filesystem/fsp_ldr.h
0 → 100644
src/core/hle/service/filesystem/fsp_pr.cpp
0 → 100644
src/core/hle/service/filesystem/fsp_pr.h
0 → 100644
Please register or sign in to comment