Archives: Changed the way paths are built for the archives.
Each archive now takes a mount point of either NAND or SDMC, and builds its own directory structure there, trying to simulate an HLE-friendly hardware layout
This commit is contained in:
parent
cfd7b219f6
commit
71a063f45c
13 changed files with 68 additions and 47 deletions
|
@ -27,12 +27,8 @@ enum {
|
|||
D_STATESAVES_IDX,
|
||||
D_SCREENSHOTS_IDX,
|
||||
D_SDMC_IDX,
|
||||
D_EXTSAVEDATA,
|
||||
D_SHAREDEXTSAVEDATA,
|
||||
D_SAVEDATA_IDX,
|
||||
D_SAVEDATACHECK_IDX,
|
||||
D_NAND_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