summaryrefslogtreecommitdiff
path: root/src/common/fs/path_util.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/fs/path_util.h')
-rw-r--r--src/common/fs/path_util.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/common/fs/path_util.h b/src/common/fs/path_util.h
index 036e475aa..2874ea738 100644
--- a/src/common/fs/path_util.h
+++ b/src/common/fs/path_util.h
@@ -21,10 +21,12 @@ enum class YuzuPath {
21 LoadDir, // Where cheat/mod files are stored. 21 LoadDir, // Where cheat/mod files are stored.
22 LogDir, // Where log files are stored. 22 LogDir, // Where log files are stored.
23 NANDDir, // Where the emulated NAND is stored. 23 NANDDir, // Where the emulated NAND is stored.
24 PlayTimeDir, // Where play time data is stored.
24 ScreenshotsDir, // Where yuzu screenshots are stored. 25 ScreenshotsDir, // Where yuzu screenshots are stored.
25 SDMCDir, // Where the emulated SDMC is stored. 26 SDMCDir, // Where the emulated SDMC is stored.
26 ShaderDir, // Where shaders are stored. 27 ShaderDir, // Where shaders are stored.
27 TASDir, // Where TAS scripts are stored. 28 TASDir, // Where TAS scripts are stored.
29 IconsDir, // Where Icons for Windows shortcuts are stored.
28}; 30};
29 31
30/** 32/**