Added renderer selection to Windows launcher.
This commit is contained in:
committed by
Paul Chote
parent
7e25b6e58e
commit
564a4598b9
@@ -58,6 +58,7 @@ namespace OpenRA.Launcher
|
||||
Process p = new Process();
|
||||
p.StartInfo.FileName = "OpenRA.Game.exe";
|
||||
p.StartInfo.Arguments = "Game.Mods=" + string.Join(",", modList.ToArray());
|
||||
p.StartInfo.Arguments += " Graphics.Renderer=" + Launcher.Renderer;
|
||||
p.Start();
|
||||
return true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user