There was an error fetching the commit references. Please try again later.
HLE/FS: Implemented GetFormatInfo
Format information is currently only implemented for the ExtSaveData, SharedExtSaveData and SaveData archives, the information is stored in a file alongside the root folder of the archive.
Showing
- src/core/file_sys/archive_backend.h 17 additions, 1 deletionsrc/core/file_sys/archive_backend.h
- src/core/file_sys/archive_extsavedata.cpp 34 additions, 2 deletionssrc/core/file_sys/archive_extsavedata.cpp
- src/core/file_sys/archive_extsavedata.h 10 additions, 1 deletionsrc/core/file_sys/archive_extsavedata.h
- src/core/file_sys/archive_romfs.cpp 7 additions, 1 deletionsrc/core/file_sys/archive_romfs.cpp
- src/core/file_sys/archive_romfs.h 2 additions, 1 deletionsrc/core/file_sys/archive_romfs.h
- src/core/file_sys/archive_savedata.cpp 31 additions, 1 deletionsrc/core/file_sys/archive_savedata.cpp
- src/core/file_sys/archive_savedata.h 3 additions, 1 deletionsrc/core/file_sys/archive_savedata.h
- src/core/file_sys/archive_savedatacheck.cpp 7 additions, 1 deletionsrc/core/file_sys/archive_savedatacheck.cpp
- src/core/file_sys/archive_savedatacheck.h 2 additions, 1 deletionsrc/core/file_sys/archive_savedatacheck.h
- src/core/file_sys/archive_sdmc.cpp 6 additions, 1 deletionsrc/core/file_sys/archive_sdmc.cpp
- src/core/file_sys/archive_sdmc.h 2 additions, 1 deletionsrc/core/file_sys/archive_sdmc.h
- src/core/file_sys/archive_systemsavedata.cpp 7 additions, 1 deletionsrc/core/file_sys/archive_systemsavedata.cpp
- src/core/file_sys/archive_systemsavedata.h 2 additions, 1 deletionsrc/core/file_sys/archive_systemsavedata.h
- src/core/hle/result.h 1 addition, 0 deletionssrc/core/hle/result.h
- src/core/hle/service/cfg/cfg.cpp 1 addition, 1 deletionsrc/core/hle/service/cfg/cfg.cpp
- src/core/hle/service/fs/archive.cpp 22 additions, 26 deletionssrc/core/hle/service/fs/archive.cpp
- src/core/hle/service/fs/archive.h 13 additions, 2 deletionssrc/core/hle/service/fs/archive.h
- src/core/hle/service/fs/fs_user.cpp 89 additions, 18 deletionssrc/core/hle/service/fs/fs_user.cpp
- src/core/hle/service/ptm/ptm.cpp 1 addition, 1 deletionsrc/core/hle/service/ptm/ptm.cpp
Loading
Please register or sign in to comment