SaveData: Implemented the SystemSaveData archive.
It will be stored in the /syssavedata folder. This archive is user by various Services and possibly games via the FS:U service.
This commit is contained in:
parent
94a103a000
commit
bec527fa24
8 changed files with 80 additions and 2 deletions
|
@ -20,6 +20,7 @@ set(SRCS
|
|||
file_sys/archive_romfs.cpp
|
||||
file_sys/archive_savedata.cpp
|
||||
file_sys/archive_sdmc.cpp
|
||||
file_sys/archive_systemsavedata.cpp
|
||||
file_sys/disk_archive.cpp
|
||||
file_sys/file_romfs.cpp
|
||||
file_sys/directory_romfs.cpp
|
||||
|
@ -101,6 +102,7 @@ set(HEADERS
|
|||
file_sys/archive_romfs.h
|
||||
file_sys/archive_savedata.h
|
||||
file_sys/archive_sdmc.h
|
||||
file_sys/archive_systemsavedata.h
|
||||
file_sys/disk_archive.h
|
||||
file_sys/file_backend.h
|
||||
file_sys/file_romfs.h
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue