mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-31 05:08:57 +00:00
Remove NANDContentManager
This commit is contained in:
parent
c03aa78c8f
commit
346ca009f9
20 changed files with 3 additions and 452 deletions
|
@ -17,7 +17,6 @@
|
|||
#include "Common/StringUtil.h"
|
||||
#include "Common/Swap.h"
|
||||
#include "Core/IOS/ES/Formats.h"
|
||||
#include "DiscIO/NANDContentLoader.h"
|
||||
|
||||
namespace DiscIO
|
||||
{
|
||||
|
@ -44,9 +43,6 @@ void NANDImporter::ImportNANDBin(const std::string& path_to_bin,
|
|||
ProcessEntry(0, nand_root);
|
||||
ExportKeys(nand_root);
|
||||
ExtractCertificates(nand_root);
|
||||
|
||||
// We have to clear the cache so the new NAND takes effect
|
||||
DiscIO::NANDContentManager::Access().ClearCache();
|
||||
}
|
||||
|
||||
bool NANDImporter::ReadNANDBin(const std::string& path_to_bin)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue