diff options
Diffstat (limited to '')
| -rw-r--r-- | src/common/fs/path_util.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/fs/path_util.cpp b/src/common/fs/path_util.cpp index dce219fcf..fbac4d80c 100644 --- a/src/common/fs/path_util.cpp +++ b/src/common/fs/path_util.cpp | |||
| @@ -119,6 +119,7 @@ public: | |||
| 119 | GenerateYuzuPath(YuzuPath::AmiiboDir, yuzu_path / AMIIBO_DIR); | 119 | GenerateYuzuPath(YuzuPath::AmiiboDir, yuzu_path / AMIIBO_DIR); |
| 120 | GenerateYuzuPath(YuzuPath::CacheDir, yuzu_path_cache); | 120 | GenerateYuzuPath(YuzuPath::CacheDir, yuzu_path_cache); |
| 121 | GenerateYuzuPath(YuzuPath::ConfigDir, yuzu_path_config); | 121 | GenerateYuzuPath(YuzuPath::ConfigDir, yuzu_path_config); |
| 122 | GenerateYuzuPath(YuzuPath::CrashDumpsDir, yuzu_path / CRASH_DUMPS_DIR); | ||
| 122 | GenerateYuzuPath(YuzuPath::DumpDir, yuzu_path / DUMP_DIR); | 123 | GenerateYuzuPath(YuzuPath::DumpDir, yuzu_path / DUMP_DIR); |
| 123 | GenerateYuzuPath(YuzuPath::KeysDir, yuzu_path / KEYS_DIR); | 124 | GenerateYuzuPath(YuzuPath::KeysDir, yuzu_path / KEYS_DIR); |
| 124 | GenerateYuzuPath(YuzuPath::LoadDir, yuzu_path / LOAD_DIR); | 125 | GenerateYuzuPath(YuzuPath::LoadDir, yuzu_path / LOAD_DIR); |