initial fs implementation (mounting /app0/)

This commit is contained in:
georgemoralis 2023-11-19 10:22:46 +02:00
parent 3e8cd57986
commit 093ebb568c
4 changed files with 153 additions and 1 deletions

View file

@ -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