mirror of
https://git.eden-emu.dev/archive/citron
synced 2026-03-29 21:09:34 -04:00
Improved shortcut: add games in applist for Windows, question for start game at fullscreen & better unicode support for some Windows path funcs.
This commit is contained in:
@@ -244,7 +244,6 @@ 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
|
||||
|
||||
/**
|
||||
@@ -275,6 +274,20 @@ 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
|
||||
|
||||
Reference in New Issue
Block a user