mirror of
https://github.com/Dark98/threeSD.git
synced 2026-07-04 08:39:05 +00:00
Use virtual classes instead of templates for file interfaces
For convenience.
This commit is contained in:
+1
-3
@@ -87,8 +87,6 @@ struct Config {
|
||||
constexpr int CurrentDumperVersion = 1;
|
||||
|
||||
class SDMCFile;
|
||||
|
||||
template <typename File>
|
||||
class NCCHContainer;
|
||||
|
||||
class SDMCImporter {
|
||||
@@ -174,7 +172,7 @@ private:
|
||||
std::unique_ptr<SDMCDecryptor> decryptor;
|
||||
|
||||
// The NCCH used to dump CXIs.
|
||||
std::unique_ptr<NCCHContainer<SDMCFile>> dump_cxi_ncch;
|
||||
std::unique_ptr<NCCHContainer> dump_cxi_ncch;
|
||||
};
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user