mirror of
https://github.com/Dark98/threeSD.git
synced 2026-07-05 08:39:04 +00:00
Add version check
This commit is contained in:
@@ -79,8 +79,13 @@ struct Config {
|
||||
|
||||
std::string system_archives_path; ///< Path to system archives.
|
||||
std::string system_titles_path; ///< Path to system titles.
|
||||
|
||||
int version = 0; ///< Version of the dumper used.
|
||||
};
|
||||
|
||||
// Version of the current dumper.
|
||||
constexpr int CurrentDumperVersion = 1;
|
||||
|
||||
class SDMCFile;
|
||||
|
||||
template <typename File>
|
||||
|
||||
Reference in New Issue
Block a user