summaryrefslogtreecommitdiffstats
path: root/src/core/crypto/key_manager.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* core/crypto: Remove unnecessary includesLioncash2018-08-041-4/+1
|
* key_manager: Use regular std::string instead of std::string_viewLioncash2018-08-041-7/+3
| | | | | | | The benefit of std::string_view comes from the idea of avoiding copies (essentially acting as a non-owning view), however if we're just going to copy into a local variable immediately, there's not much benefit gained here.
* Use more descriptive error codes and messagesZach Hilman2018-08-011-5/+22
|
* Add missing includes and use const where applicableZach Hilman2018-08-011-5/+8
|
* Allow key loading from %YUZU_DIR%/keys in addition to ~/.switchZach Hilman2018-08-011-7/+18
|
* Make XCI comply to review and style guidelinesZach Hilman2018-08-011-301/+75
|
* Remove files that are not usedZach Hilman2018-08-011-0/+410