mirror of
https://github.com/Dark98/threeSD.git
synced 2026-07-03 00:38:58 +00:00
Initial commit
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
// Copyright 2019 threeSD Project
|
||||
// Licensed under GPLv2 or any later version
|
||||
// Refer to the license.txt file included.
|
||||
|
||||
#include "core/importer.h"
|
||||
#include "core/key/key.h"
|
||||
|
||||
SDMCImporter::SDMCImporter(const Config& config_) : config(config_) {
|
||||
Key::LoadBootromKeys(config.bootrom_path);
|
||||
Key::LoadMovableSedKeys(config.movable_sed_path);
|
||||
}
|
||||
|
||||
SDMCImporter::~SDMCImporter() = default;
|
||||
Reference in New Issue
Block a user