Allow key loading from %YUZU_DIR%/keys in addition to ~/.switch
This commit is contained in:
parent
cc8234fa89
commit
150527ec19
5 changed files with 23 additions and 7 deletions
|
@ -107,6 +107,8 @@ private:
|
|||
|
||||
bool dev_mode;
|
||||
void LoadFromFile(std::string_view filename, bool is_title_keys);
|
||||
void AttemptLoadKeyFile(std::string_view dir1, std::string_view dir2, std::string_view filename,
|
||||
bool title);
|
||||
|
||||
static std::unordered_map<std::string, KeyIndex<S128KeyType>> s128_file_id;
|
||||
static std::unordered_map<std::string, KeyIndex<S256KeyType>> s256_file_id;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue