summaryrefslogtreecommitdiff
path: root/src/common/fs/path_util.h
diff options
context:
space:
mode:
authorGravatar liamwhite2023-10-08 17:11:52 -0400
committerGravatar GitHub2023-10-08 17:11:52 -0400
commitc0d152affa3e1c118247a2cb36c8a26dee9d6372 (patch)
tree4eba3e56e85575c4498567f97627b93a8b199ac2 /src/common/fs/path_util.h
parentMerge pull request #10519 from mdmrk/master (diff)
parentyuzu: Add desktop shortcut support for Windows (diff)
downloadyuzu-c0d152affa3e1c118247a2cb36c8a26dee9d6372.tar.gz
yuzu-c0d152affa3e1c118247a2cb36c8a26dee9d6372.tar.xz
yuzu-c0d152affa3e1c118247a2cb36c8a26dee9d6372.zip
Merge pull request #11705 from FearlessTobi/windows-sc
yuzu: Add desktop shortcut support for Windows (continuation of #11344)
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 289974e32..63801c924 100644
--- a/src/common/fs/path_util.h
+++ b/src/common/fs/path_util.h
@@ -25,6 +25,7 @@ enum class YuzuPath {
25 SDMCDir, // Where the emulated SDMC is stored. 25 SDMCDir, // Where the emulated SDMC is stored.
26 ShaderDir, // Where shaders are stored. 26 ShaderDir, // Where shaders are stored.
27 TASDir, // Where TAS scripts are stored. 27 TASDir, // Where TAS scripts are stored.
28 IconsDir, // Where Icons for Windows shortcuts are stored.
28}; 29};
29 30
30/** 31/**