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
|
@ -17,7 +17,7 @@ namespace FileSys {
|
|||
/// File system interface to the ExtSaveData archive
|
||||
class Archive_ExtSaveData final : public DiskArchive {
|
||||
public:
|
||||
Archive_ExtSaveData(const std::string& mount_point);
|
||||
Archive_ExtSaveData(const std::string& mount_point, bool shared);
|
||||
|
||||
/**
|
||||
* Initialize the archive.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue