mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-06-18 16:43:13 +00:00
initial fs implementation (mounting /app0/)
This commit is contained in:
parent
3e8cd57986
commit
093ebb568c
4 changed files with 153 additions and 1 deletions
|
@ -58,7 +58,9 @@ set(SYSTEMSERVICE_SOURCES src/core/hle/libraries/libsystemservice/system_service
|
|||
)
|
||||
|
||||
set(FILESYSTEM_SOURCES src/core/hle/libraries/libkernel/file_system.cpp
|
||||
src/core/hle/libraries/libkernel/file_system.h
|
||||
src/core/hle/libraries/libkernel/file_system.h
|
||||
src/core/file_sys/fs.cpp
|
||||
src/core/file_sys/fs.h
|
||||
)
|
||||
|
||||
set(HOST_SOURCES src/Emulator/Host/controller.cpp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue