Additional possible splashes.

This commit is contained in:
Awesomeangotti 2026-04-25 13:25:47 -04:00 committed by Awesomeangotti
parent baf3764baa
commit a9e84258e0
2 changed files with 8 additions and 3 deletions

View file

@ -46,7 +46,12 @@ namespace Ryujinx.Common
"Im sorry dave. I'm afraid I can't do that.",
"That's no moon",
"Sir, finishing this fight.",
"I see how it is...",
"Space! The final frontier!",
"If you could not tell already, I love making bad jokes : )",
"this.",
"Probably contains no baked beans",
"Y'all ready for this?",
};
Random randomobj = new();
int randindex = randomobj.Next(0, splashes.Count);

View file

@ -431,8 +431,8 @@ namespace Ryujinx.Ava
internal static void PrintSystemInfo()
{
StartupTextHelper.StartupSplash();
// The ryubing logo is now called inside this thing.
StartupTextHelper.StartupSplash();
Logger.Notice.Print(LogClass.Application, $"{RyujinxApp.FullAppName} Version: {Version}");
Logger.Notice.Print(LogClass.Application, $".NET Runtime: {RuntimeInformation.FrameworkDescription}");