Temporary fix for GetRelativePath arguments until I can debug
seef79b7e5be
,db74bd842
This commit is contained in:
parent
db74bd8426
commit
4f1b240065
|
@ -213,7 +213,7 @@ namespace BizHawk.Client.EmuHawk
|
|||
new XElement("LoadAssets",
|
||||
names.Select(n => new XElement(
|
||||
"Asset",
|
||||
new XAttribute("FileName", PathExtensions.GetRelativePath(basePath, n))
|
||||
new XAttribute("FileName", OSTailoredCode.IsUnixHost ? PathExtensions.GetRelativePath(n, basePath) : PathExtensions.GetRelativePath(basePath, n))
|
||||
))
|
||||
)
|
||||
);
|
||||
|
|
Loading…
Reference in New Issue