summaryrefslogtreecommitdiffstats
path: root/src/common/fs/path_util.h
diff options
context:
space:
mode:
authorboludoz <francomaro@gmail.com>2023-10-15 19:44:23 +0200
committerboludoz <francomaro@gmail.com>2023-10-15 19:44:23 +0200
commit4d4fe69223bd6cd053cbd2088e5925fb653a12d3 (patch)
tree5559faeafc73e93fc652588e6556e6bb97fb4d6b /src/common/fs/path_util.h
parentFixes and improvements (diff)
downloadyuzu-4d4fe69223bd6cd053cbd2088e5925fb653a12d3.tar
yuzu-4d4fe69223bd6cd053cbd2088e5925fb653a12d3.tar.gz
yuzu-4d4fe69223bd6cd053cbd2088e5925fb653a12d3.tar.bz2
yuzu-4d4fe69223bd6cd053cbd2088e5925fb653a12d3.tar.lz
yuzu-4d4fe69223bd6cd053cbd2088e5925fb653a12d3.tar.xz
yuzu-4d4fe69223bd6cd053cbd2088e5925fb653a12d3.tar.zst
yuzu-4d4fe69223bd6cd053cbd2088e5925fb653a12d3.zip
Diffstat (limited to '')
-rw-r--r--src/common/fs/path_util.h15
1 files changed, 1 insertions, 14 deletions
diff --git a/src/common/fs/path_util.h b/src/common/fs/path_util.h
index b88a388d1..63801c924 100644
--- a/src/common/fs/path_util.h
+++ b/src/common/fs/path_util.h
@@ -244,6 +244,7 @@ void SetYuzuPath(YuzuPath yuzu_path, const Path& new_path) {
* @returns The path of the current user's %APPDATA% directory.
*/
[[nodiscard]] std::filesystem::path GetAppDataRoamingDirectory();
+
#else
/**
@@ -274,20 +275,6 @@ void SetYuzuPath(YuzuPath yuzu_path, const Path& new_path) {
#endif
-/**
- * Gets the path of the current user's desktop directory.
- *
- * @returns The path of the current user's desktop directory.
- */
-[[nodiscard]] std::filesystem::path GetDesktopPath();
-
-/**
- * Gets the path of the current user's apps directory.
- *
- * @returns The path of the current user's apps directory.
- */
-[[nodiscard]] std::filesystem::path GetAppsShortcutsPath();
-
// vvvvvvvvvv Deprecated vvvvvvvvvv //
// Removes the final '/' or '\' if one exists