More refactor going on

This commit is contained in:
Pengfei
2021-08-04 11:25:39 +08:00
parent 0abddb7e79
commit 1fe45d890c
13 changed files with 55 additions and 54 deletions
+1 -1
View File
@@ -205,7 +205,7 @@ private:
bool is_good{};
Config config;
std::unique_ptr<SDMCDecryptor> decryptor;
std::unique_ptr<SDMCDecryptor> sdmc_decryptor;
std::unique_ptr<CIABuilder> cia_builder;
std::mutex cia_builder_mutex;