summaryrefslogtreecommitdiff
path: root/src/common/fs/path_util.h
diff options
context:
space:
mode:
authorliamwhite <liamwhite@users.noreply.github.com>2023-10-08 17:11:34 -0400
committerGitHub <noreply@github.com>2023-10-08 17:11:34 -0400
commit85d99f873fefe9c66b44482b24c2139dd6cec247 (patch)
treec6ef0151ae64518fc0b5a558a47ec8ca28540e14 /src/common/fs/path_util.h
parentbd42bba71c09010c63853867c4d80573888bff81 (diff)
parent667ec286970560d3a5b12b987010082657aec7c3 (diff)
Merge pull request #10519 from mdmrk/master
yuzu-qt: Track play time
Diffstat (limited to 'src/common/fs/path_util.h')
-rw-r--r--src/common/fs/path_util.h1
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..289974e32 100644
--- a/src/common/fs/path_util.h
+++ b/src/common/fs/path_util.h
@@ -20,6 +20,7 @@ enum class YuzuPath {
LoadDir, // Where cheat/mod files are stored.
LogDir, // Where log files are stored.
NANDDir, // Where the emulated NAND is stored.
+ PlayTimeDir, // Where play time data is stored.
ScreenshotsDir, // Where yuzu screenshots are stored.
SDMCDir, // Where the emulated SDMC is stored.
ShaderDir, // Where shaders are stored.