[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

@@ -116,8 +116,8 @@ void XamModule::SaveLoaderData() {
}
};
remove_prefix("game:\\");
remove_prefix("d:\\");
remove_prefix(fmt::format("{}\\", kDefaultGameSymbolicLink));
remove_prefix(fmt::format("{}\\", kDefaultPartitionSymbolicLink));
if (host_path.extension() == ".xex") {
host_path.remove_filename();