mirror of
https://github.com/Dark98/threeSD.git
synced 2026-07-04 16:49:05 +00:00
Add support for config savegame
This commit is contained in:
@@ -121,12 +121,6 @@ public:
|
||||
*/
|
||||
virtual bool Extract(std::string path) const = 0;
|
||||
|
||||
protected:
|
||||
/**
|
||||
* Gets the ArchiveFormatInfo of this archive, used for writing the archive metadata.
|
||||
*/
|
||||
virtual ArchiveFormatInfo GetFormatInfo() const = 0;
|
||||
|
||||
/**
|
||||
* Extracts the index-th file in the file entry table to a certain path. (The path does not
|
||||
* contain the file name).
|
||||
@@ -146,6 +140,12 @@ protected:
|
||||
*/
|
||||
bool WriteMetadata(const std::string& path) const;
|
||||
|
||||
protected:
|
||||
/**
|
||||
* Gets the ArchiveFormatInfo of this archive, used for writing the archive metadata.
|
||||
*/
|
||||
virtual ArchiveFormatInfo GetFormatInfo() const = 0;
|
||||
|
||||
bool is_good = false;
|
||||
FATHeader header;
|
||||
FileSystemInformation fs_info;
|
||||
|
||||
Reference in New Issue
Block a user