v1.2.73 #231

Merged
GreemDev merged 63 commits from master into release 2024-11-19 14:33:32 +00:00
Showing only changes of commit e1dfb48e23 - Show all commits

View File

@ -224,7 +224,7 @@ namespace Ryujinx.Ava
private static void PrintSystemInfo()
{
Logger.Notice.Print(LogClass.Application, $"Ryujinx Version: {Version}");
Logger.Notice.Print(LogClass.Application, $"{App.FullAppName} Version: {Version}");
SystemInfo.Gather().Print();
var enabledLogLevels = Logger.GetEnabledLevels().ToArray();