There was an error fetching the commit references. Please try again later.
filesystem: Implement basic IStorage functionality.
Showing
- src/core/CMakeLists.txt 4 additions, 0 deletionssrc/core/CMakeLists.txt
- src/core/hle/service/filesystem/filesystem.cpp 54 additions, 0 deletionssrc/core/hle/service/filesystem/filesystem.cpp
- src/core/hle/service/filesystem/filesystem.h 41 additions, 0 deletionssrc/core/hle/service/filesystem/filesystem.h
- src/core/hle/service/filesystem/fsp_srv.cpp 132 additions, 0 deletionssrc/core/hle/service/filesystem/fsp_srv.cpp
- src/core/hle/service/filesystem/fsp_srv.h 25 additions, 0 deletionssrc/core/hle/service/filesystem/fsp_srv.h
- src/core/hle/service/service.cpp 2 additions, 0 deletionssrc/core/hle/service/service.cpp
Loading
Please register or sign in to comment