Report CPU arch in logs and sysinfo.

This commit is contained in:
Paul Chote
2022-12-17 17:34:48 +13:00
committed by Gustas
parent a17e1671f0
commit 80945cd08a
4 changed files with 6 additions and 3 deletions

View File

@@ -321,7 +321,7 @@ namespace OpenRA
if (!string.IsNullOrEmpty(supportDirArg))
Platform.OverrideSupportDir(supportDirArg);
Console.WriteLine($"Platform is {Platform.CurrentPlatform}");
Console.WriteLine($"Platform is {Platform.CurrentPlatform} ({Platform.CurrentArchitecture})");
// Load the engine version as early as possible so it can be written to exception logs
try