|
@@ -230,6 +230,7 @@ namespace Ryujinx.Ava
|
|
|
internal static void PrintSystemInfo()
|
|
internal static void PrintSystemInfo()
|
|
|
{
|
|
{
|
|
|
Logger.Notice.Print(LogClass.Application, $"{RyujinxApp.FullAppName} Version: {Version}");
|
|
Logger.Notice.Print(LogClass.Application, $"{RyujinxApp.FullAppName} Version: {Version}");
|
|
|
|
|
+ Logger.Notice.Print(LogClass.Application, $".NET Runtime: {RuntimeInformation.FrameworkDescription}");
|
|
|
SystemInfo.Gather().Print();
|
|
SystemInfo.Gather().Print();
|
|
|
|
|
|
|
|
var enabledLogLevels = Logger.GetEnabledLevels().ToArray();
|
|
var enabledLogLevels = Logger.GetEnabledLevels().ToArray();
|