[logging] Fetch hardware info, add to video window title and log (#117)

This commit is contained in:
realdody
2026-07-14 11:24:05 +02:00
committed by GitHub
parent b48b1a5e09
commit c5c5ee1f36
3 changed files with 182 additions and 1 deletions
+1
View File
@@ -95,6 +95,7 @@ internal static partial class Program
SharpEmuLog.MinimumLevel = logLevel;
Log.Info(BuildInfo.Banner);
Log.Info(HostSystemInfo.Summary);
ebootPath = Path.GetFullPath(ebootPath);
Console.Error.WriteLine($"[DEBUG] Full path: {ebootPath}");