mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-17 02:57:56 -05:00
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:
@ -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.
|
||||
|
Reference in New Issue
Block a user