diff options
| author | 2023-10-08 17:11:52 -0400 | |
|---|---|---|
| committer | 2023-10-08 17:11:52 -0400 | |
| commit | c0d152affa3e1c118247a2cb36c8a26dee9d6372 (patch) | |
| tree | 4eba3e56e85575c4498567f97627b93a8b199ac2 /src/common/fs/path_util.cpp | |
| parent | Merge pull request #10519 from mdmrk/master (diff) | |
| parent | yuzu: Add desktop shortcut support for Windows (diff) | |
| download | yuzu-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.cpp')
| -rw-r--r-- | src/common/fs/path_util.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/fs/path_util.cpp b/src/common/fs/path_util.cpp index 84ed0ad10..0abd81a45 100644 --- a/src/common/fs/path_util.cpp +++ b/src/common/fs/path_util.cpp | |||
| @@ -129,6 +129,7 @@ public: | |||
| 129 | GenerateYuzuPath(YuzuPath::SDMCDir, yuzu_path / SDMC_DIR); | 129 | GenerateYuzuPath(YuzuPath::SDMCDir, yuzu_path / SDMC_DIR); |
| 130 | GenerateYuzuPath(YuzuPath::ShaderDir, yuzu_path / SHADER_DIR); | 130 | GenerateYuzuPath(YuzuPath::ShaderDir, yuzu_path / SHADER_DIR); |
| 131 | GenerateYuzuPath(YuzuPath::TASDir, yuzu_path / TAS_DIR); | 131 | GenerateYuzuPath(YuzuPath::TASDir, yuzu_path / TAS_DIR); |
| 132 | GenerateYuzuPath(YuzuPath::IconsDir, yuzu_path / ICONS_DIR); | ||
| 132 | } | 133 | } |
| 133 | 134 | ||
| 134 | private: | 135 | private: |