Skip to content

Commit b0db284

Browse files
committed
Fix loader output name
1 parent 98345bc commit b0db284

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

SyatiManager/Source/Common/Core.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ await IOHelper.StartProcessAsync(CodeWarriorPath, [
227227
await IOHelper.StartProcessAsync(KamekPath, [
228228
loaderObj, "-static=0x80001800", $"-externals={Path.Combine(mSyatiPath, "symbols", $"{regionName}.txt")}",
229229
$"-output-riiv={Path.Combine(mSolution.OutputPath, $"riivo_{regionName}.xml")}",
230-
$"-output-code={Path.Combine(mSolution.OutputPath, $"Loader{EnumHelper.GetRegionLetter(region)}.bin")}"
230+
$"-output-code={Path.Combine(mSolution.OutputPath, $"Loader{regionName}.bin")}"
231231
],
232232
mSyatiPath);
233233
}

0 commit comments

Comments
 (0)