diff options
| author | Zach Hilman <zachhilman@gmail.com> | 2018-08-21 15:04:03 -0400 |
|---|---|---|
| committer | Zach Hilman <zachhilman@gmail.com> | 2018-08-23 11:53:30 -0400 |
| commit | 119ab308b551da889782420aeff088aff0d4882e (patch) | |
| tree | dcfc8478f1d96280933a56d5d35a887122a30b9b /src/core/file_sys | |
| parent | a7e8d10969f280cd5a869b3525c3339357a958a6 (diff) | |
key_manager: Create keys dir if it dosen't exist
On call to WriteKeyToFile, so that the autogenerated file can be written.
Diffstat (limited to 'src/core/file_sys')
| -rw-r--r-- | src/core/file_sys/sdmc_factory.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/file_sys/sdmc_factory.cpp b/src/core/file_sys/sdmc_factory.cpp index b14a254c5..e4df5c4d0 100644 --- a/src/core/file_sys/sdmc_factory.cpp +++ b/src/core/file_sys/sdmc_factory.cpp @@ -3,6 +3,7 @@ // Refer to the license.txt file included. #include <memory> +#include "core/file_sys/registered_cache.h" #include "core/file_sys/sdmc_factory.h" #include "core/file_sys/xts_archive.h" |
