Skip to content

Commit

Permalink
no SDK in this version
Browse files Browse the repository at this point in the history
  • Loading branch information
RobethX committed Mar 19, 2020
1 parent f45057f commit ac5bf9d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Patcher/Patcher/MainWindow.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -429,6 +429,7 @@ private void patcherWorker_DoWork(object sender, DoWorkEventArgs e) //the main f
}
}

/*
if (!(System.IO.File.Exists(outputDir.FullName + @"\Binaries\Win32\binkw23.dll"))) //if the patch is not already installed
{
patcherWorker.ReportProgress(45); //set loadingprogress to 45%
Expand All @@ -440,6 +441,7 @@ private void patcherWorker_DoWork(object sender, DoWorkEventArgs e) //the main f
System.IO.File.Copy(@"bin\bink32.dll", outputDir.FullName + @"\Binaries\Win32\binkw32.dll", true); //copy patched dll to win32 - overwrite
CopyFilesRecursively(iPlugins, oPlugins); //copy plugins to borderlands
}
*/

patcherWorker.ReportProgress(50); //set loadingprogress to 50%
// -- RENAME UPK AND DECOMPRESSEDSIZE --
Expand Down

0 comments on commit ac5bf9d

Please sign in to comment.