There was an error fetching the commit references. Please try again later.
Filesystem/Archives: Implemented the SaveData archive
The savedata for each game is stored in /savedata/<ProgramID> for NCCH files. ELF files and 3DSX files use the folder 0 because they have no ID information Got rid of the code duplication in File and Directory Files that deal with the host machine's file system now live in DiskFile, similarly for directories and DiskDirectory and archives with DiskArchive. FS_U: Use the correct error code when a file wasn't found
Showing
- src/common/common_paths.h 1 addition, 0 deletionssrc/common/common_paths.h
- src/common/file_util.cpp 2 additions, 0 deletionssrc/common/file_util.cpp
- src/common/file_util.h 1 addition, 0 deletionssrc/common/file_util.h
- src/core/CMakeLists.txt 4 additions, 4 deletionssrc/core/CMakeLists.txt
- src/core/file_sys/archive_savedata.cpp 33 additions, 0 deletionssrc/core/file_sys/archive_savedata.cpp
- src/core/file_sys/archive_savedata.h 32 additions, 0 deletionssrc/core/file_sys/archive_savedata.h
- src/core/file_sys/archive_sdmc.cpp 2 additions, 81 deletionssrc/core/file_sys/archive_sdmc.cpp
- src/core/file_sys/archive_sdmc.h 2 additions, 64 deletionssrc/core/file_sys/archive_sdmc.h
- src/core/file_sys/directory_sdmc.h 0 additions, 55 deletionssrc/core/file_sys/directory_sdmc.h
- src/core/file_sys/disk_archive.cpp 167 additions, 0 deletionssrc/core/file_sys/disk_archive.cpp
- src/core/file_sys/disk_archive.h 101 additions, 0 deletionssrc/core/file_sys/disk_archive.h
- src/core/file_sys/file_backend.h 5 additions, 0 deletionssrc/core/file_sys/file_backend.h
- src/core/file_sys/file_romfs.h 2 additions, 0 deletionssrc/core/file_sys/file_romfs.h
- src/core/file_sys/file_sdmc.cpp 0 additions, 110 deletionssrc/core/file_sys/file_sdmc.cpp
- src/core/file_sys/file_sdmc.h 0 additions, 75 deletionssrc/core/file_sys/file_sdmc.h
- src/core/hle/kernel/kernel.cpp 1 addition, 0 deletionssrc/core/hle/kernel/kernel.cpp
- src/core/hle/kernel/kernel.h 6 additions, 0 deletionssrc/core/hle/kernel/kernel.h
- src/core/hle/result.h 2 additions, 0 deletionssrc/core/hle/result.h
- src/core/hle/service/fs/archive.cpp 45 additions, 6 deletionssrc/core/hle/service/fs/archive.cpp
- src/core/hle/service/fs/archive.h 6 additions, 0 deletionssrc/core/hle/service/fs/archive.h
Loading
Please register or sign in to comment