[XAM] Fixed issue with XamContentCreate reassigning already assigned symlinks

This commit is contained in:
Gliniak
2026-02-17 22:57:31 +01:00
committed by Radosław Gliński
parent bc69b95db6
commit 9bfaff5040
9 changed files with 43 additions and 12 deletions

View File

@@ -36,6 +36,7 @@ class VirtualFileSystem {
bool RegisterSymbolicLink(const std::string_view path,
const std::string_view target);
bool UnregisterSymbolicLink(const std::string_view path);
bool IsSymbolicLinkRegistered(const std::string_view path);
bool FindSymbolicLink(const std::string_view path, std::string& target);
Entry* ResolvePath(const std::string_view path);