mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-10-12 17:07:49 +00: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:
parent
cfd7b219f6
commit
71a063f45c
13 changed files with 68 additions and 47 deletions
|
@ -15,8 +15,6 @@
|
|||
namespace FileSys {
|
||||
|
||||
/// File system interface to the SystemSaveData archive
|
||||
/// TODO(Subv): This archive should point to a location in the NAND,
|
||||
/// specifically nand:/data/<ID0>/sysdata/<SaveID-Low>/<SaveID-High>
|
||||
class Archive_SystemSaveData final : public DiskArchive {
|
||||
public:
|
||||
Archive_SystemSaveData(const std::string& mount_point, u64 save_id);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue