diff options
| author | 2023-10-04 13:11:05 -0400 | |
|---|---|---|
| committer | 2023-10-08 11:35:53 -0400 | |
| commit | d3997bad9b84579938d8cdb44b1d17cfab7bbcce (patch) | |
| tree | 4a9128e8ba93d3963ce37b65efd2a940776cae3c /src/common/fs/path_util.h | |
| parent | Merge pull request #11657 from liamwhite/new-codespell (diff) | |
| download | yuzu-d3997bad9b84579938d8cdb44b1d17cfab7bbcce.tar.gz yuzu-d3997bad9b84579938d8cdb44b1d17cfab7bbcce.tar.xz yuzu-d3997bad9b84579938d8cdb44b1d17cfab7bbcce.zip | |
qt: implement automatic crash dump support
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 ba28964d0..036e475aa 100644 --- a/src/common/fs/path_util.h +++ b/src/common/fs/path_util.h | |||
| @@ -15,6 +15,7 @@ enum class YuzuPath { | |||
| 15 | AmiiboDir, // Where Amiibo backups are stored. | 15 | AmiiboDir, // Where Amiibo backups are stored. |
| 16 | CacheDir, // Where cached filesystem data is stored. | 16 | CacheDir, // Where cached filesystem data is stored. |
| 17 | ConfigDir, // Where config files are stored. | 17 | ConfigDir, // Where config files are stored. |
| 18 | CrashDumpsDir, // Where crash dumps are stored. | ||
| 18 | DumpDir, // Where dumped data is stored. | 19 | DumpDir, // Where dumped data is stored. |
| 19 | KeysDir, // Where key files are stored. | 20 | KeysDir, // Where key files are stored. |
| 20 | LoadDir, // Where cheat/mod files are stored. | 21 | LoadDir, // Where cheat/mod files are stored. |