mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-08-14 01:06:50 +00:00
add an ASCII header at startup in the log
This commit is contained in:
parent
dd5e1b99b1
commit
c6f22318a7
@ -301,6 +301,13 @@ namespace Ryujinx.Ava
|
|||||||
|
|
||||||
internal static void PrintSystemInfo()
|
internal static void PrintSystemInfo()
|
||||||
{
|
{
|
||||||
|
Logger.Notice.Print(LogClass.Application, " ___ __ _ ");
|
||||||
|
Logger.Notice.Print(LogClass.Application, @" / _ \ __ __ __ __ / / (_) ___ ___ _");
|
||||||
|
Logger.Notice.Print(LogClass.Application, @" / , _/ / // // // / / _ \ / / / _ \ / _ `/");
|
||||||
|
Logger.Notice.Print(LogClass.Application, @"/_/|_| \_, / \_,_/ /_.__//_/ /_//_/ \_, / ");
|
||||||
|
Logger.Notice.Print(LogClass.Application, " /___/ /___/ ");
|
||||||
|
|
||||||
|
|
||||||
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}");
|
Logger.Notice.Print(LogClass.Application, $".NET Runtime: {RuntimeInformation.FrameworkDescription}");
|
||||||
SystemInfo.Gather().Print();
|
SystemInfo.Gather().Print();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user