[XAM] Fixed issue with XamContentCreate reassigning already assigned symlinks
This commit is contained in:
committed by
Radosław Gliński
parent
bc69b95db6
commit
9bfaff5040
@@ -26,7 +26,7 @@ namespace xam {
|
||||
void AddODDContentTest(object_ref<XStaticEnumerator<XCONTENT_AGGREGATE_DATA>> e,
|
||||
XContentType content_type) {
|
||||
auto root_entry = kernel_state()->file_system()->ResolvePath(
|
||||
"game:\\Content\\0000000000000000");
|
||||
"GAME:\\Content\\0000000000000000");
|
||||
if (!root_entry) {
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user