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
|
@ -29,6 +29,7 @@ enum {
|
|||
D_SDMC_IDX,
|
||||
D_SAVEDATA_IDX,
|
||||
D_SYSDATA_IDX,
|
||||
D_SYSSAVEDATA_IDX,
|
||||
D_HIRESTEXTURES_IDX,
|
||||
D_DUMP_IDX,
|
||||
D_DUMPFRAMES_IDX,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue