Dump certs.db

This is used to build CIAs. Currently only retail certs are supported
This commit is contained in:
zhupengfei
2020-08-03 21:56:48 +08:00
parent 10122a376c
commit 900275bffd
4 changed files with 13 additions and 2 deletions
+3 -1
View File
@@ -68,6 +68,8 @@ struct Config {
std::string movable_sed_path; ///< Path to movable.sed
std::string bootrom_path; ///< Path to bootrom (boot9.bin) (Sysdata 0)
std::string certs_db_path; ///< Path to certs.db. Used while building CIA.
// The following system files are optional for importing and are only copied so that Citra
// will be able to decrypt imported encrypted ROMs.
@@ -84,7 +86,7 @@ struct Config {
};
// Version of the current dumper.
constexpr int CurrentDumperVersion = 1;
constexpr int CurrentDumperVersion = 2;
class SDMCFile;
class NCCHContainer;