diff --git a/UnleashedRecomp/mod/mod_loader.cpp b/UnleashedRecomp/mod/mod_loader.cpp index 79104c1e..216b20f7 100644 --- a/UnleashedRecomp/mod/mod_loader.cpp +++ b/UnleashedRecomp/mod/mod_loader.cpp @@ -441,12 +441,14 @@ PPC_FUNC(sub_82E0D3E8) if (appendArlFilePath.empty()) { if (arlFilePath.empty()) + { arlFilePath = arlFilePathU8; + arlFilePath += ".arl"; + } appendArlFilePath = arlFilePath.parent_path(); appendArlFilePath /= "+"; appendArlFilePath += arlFilePath.filename(); - appendArlFilePath += ".arl"; } loadUncachedFile(appendArlFilePath, true);