diff options
author | yuzubot <yuzu@yuzu-emu.org> | 2023-10-22 12:03:08 +0000 |
---|---|---|
committer | yuzubot <yuzu@yuzu-emu.org> | 2023-10-22 12:03:08 +0000 |
commit | c8c3d8cd4e9bbce43868b83a60fbabcbe4db0a2e (patch) | |
tree | 203847dc2ee74895f702cd3666486fe9c66a8b93 /src/common/fs/path_util.h | |
parent | 9efe7b3044e85a16ab6e34d4568559517a2ab5de (diff) |
"Merge Tagged PR 11689"mainline-0-1597
Diffstat (limited to 'src/common/fs/path_util.h')
-rw-r--r-- | src/common/fs/path_util.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/fs/path_util.h b/src/common/fs/path_util.h index 63801c924b..2874ea7385 100644 --- a/src/common/fs/path_util.h +++ b/src/common/fs/path_util.h @@ -15,6 +15,7 @@ enum class YuzuPath { AmiiboDir, // Where Amiibo backups are stored. CacheDir, // Where cached filesystem data is stored. ConfigDir, // Where config files are stored. + CrashDumpsDir, // Where crash dumps are stored. DumpDir, // Where dumped data is stored. KeysDir, // Where key files are stored. LoadDir, // Where cheat/mod files are stored. |