[XAM] Fixed issue with XamContentCreate reassigning already assigned symlinks
This commit is contained in:
committed by
Radosław Gliński
parent
bc69b95db6
commit
9bfaff5040
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user